1
1
mirror of https://github.com/hyprwm/Hyprland.git synced 2025-01-03 22:09:51 +03:00
Hyprland/hyprctl/Makefile
2022-03-20 16:51:14 +01:00

4 lines
79 B
Makefile

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