mirror of
https://github.com/vale981/Hyprland
synced 2025-03-06 01:51:37 -05: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
|