Hyprland/hyprctl/Makefile

5 lines
66 B
Makefile

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