mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-02 19:05:58 +01:00
4 lines
81 B
Makefile
4 lines
81 B
Makefile
all:
|
|
$(CXX) $(CXXFLAGS) -std=c++2b ./main.cpp -o ./hyprctl
|
|
clean:
|
|
rm ./hyprctl
|