1
0
Fork 0
mirror of https://github.com/hyprwm/Hyprland synced 2025-01-08 23:09:48 +01:00
Hyprland/hyprctl/Makefile
2022-07-12 14:59:36 -06:00

4 lines
66 B
Makefile

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