mirror of
https://github.com/hyprwm/Hyprland.git
synced 2024-11-23 12:16:13 +03:00
4 lines
65 B
Makefile
4 lines
65 B
Makefile
all:
|
|
g++ -std=c++20 ./main.cpp -o ./hyprctl
|
|
clean:
|
|
rm ./hyprctl
|