Hyprland/hyprctl/Makefile

5 lines
69 B
Makefile

all:
$(CXX) -std=c++2b ./main.cpp -o ./hyprctl
clean:
rm ./hyprctl