Hyprland/hyprctl/Makefile

4 lines
65 B
Makefile

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