mirror of
https://github.com/hyprwm/Hyprland.git
synced 2025-10-02 16:18:31 +00:00
5 lines
81 B
Makefile
5 lines
81 B
Makefile
all:
|
|
$(CXX) $(CXXFLAGS) -std=c++2b ./main.cpp -o ./hyprctl
|
|
clean:
|
|
rm ./hyprctl
|