mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-02 11:45:58 +01: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
|