revised makefile, newline after execution

This commit is contained in:
alba4k
2022-06-17 12:18:25 +02:00
parent 354e265128
commit 9c6c5481bb
2 changed files with 9 additions and 9 deletions

View File

@@ -1,4 +1,4 @@
clean:
rm -rf ./hyprctl ./hyprctl
all:
g++ -std=c++20 ./main.cpp -o ./hyprctl
g++ -std=c++20 ./main.cpp -o ./hyprctl
clean:
rm ./hyprctl