mirror of
https://github.com/vale981/Hyprland
synced 2025-03-06 01:51:37 -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
|