4 lines
No EOL
79 B
Makefile
4 lines
No EOL
79 B
Makefile
clean:
|
|
rm -rf ./hyprctl ./hyprctl
|
|
all:
|
|
g++ -std=c++20 ./main.cpp -o ./hyprctl
|