Hyprland/hyprctl/Makefile

5 lines
81 B
Makefile

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