mirror of
https://github.com/hyprwm/Hyprland.git
synced 2024-12-26 01:03:51 +03:00
5 lines
81 B
Makefile
5 lines
81 B
Makefile
all:
|
|
$(CXX) $(CXXFLAGS) -std=c++2b ./main.cpp -o ./hyprctl
|
|
clean:
|
|
rm ./hyprctl
|