mirror of
https://github.com/hyprwm/Hyprland
synced 2026-05-26 07:38:11 +02:00
4 lines
66 B
Makefile
4 lines
66 B
Makefile
all:
|
|
g++ -std=c++23 ./main.cpp -o ./hyprctl
|
|
clean:
|
|
rm ./hyprctl
|