mirror of
https://github.com/hyprwm/Hyprland.git
synced 2026-03-03 13:54:45 +00:00
5 lines
66 B
Makefile
5 lines
66 B
Makefile
all:
|
|
g++ -std=c++23 ./main.cpp -o ./hyprctl
|
|
clean:
|
|
rm ./hyprctl
|