mirror of
https://github.com/Trensa-Organization/Hyprland.git
synced 2025-03-15 18:53:39 +01:00
4 lines
79 B
Makefile
4 lines
79 B
Makefile
|
clean:
|
||
|
rm -rf ./hyprctl ./hyprctl
|
||
|
all:
|
||
|
g++ -std=c++20 ./main.cpp -o ./hyprctl
|