1
0
Fork 0
mirror of https://github.com/hyprwm/Hyprland synced 2025-01-11 15:09:50 +01:00
Hyprland/hyprctl/Makefile

4 lines
No EOL
65 B
Makefile

all:
g++ -std=c++20 ./main.cpp -o ./hyprctl
clean:
rm ./hyprctl