mirror of
https://github.com/vale981/Hyprland
synced 2025-03-05 09:31:41 -05:00
4 lines
81 B
Makefile
4 lines
81 B
Makefile
all:
|
|
$(CXX) $(CXXFLAGS) -std=c++2b ./main.cpp -o ./hyprctl
|
|
clean:
|
|
rm ./hyprctl
|