mirror of
https://github.com/vale981/Hyprland
synced 2025-03-10 12:46:38 -04:00
4 lines
No EOL
65 B
Makefile
4 lines
No EOL
65 B
Makefile
all:
|
|
g++ -std=c++20 ./main.cpp -o ./hyprctl
|
|
clean:
|
|
rm ./hyprctl
|