Hyprland/hyprctl/Makefile

4 lines
79 B
Makefile

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