diff --git a/src/task-1/Makefile b/src/task-1/Makefile index c4c7bdd48dc10d6a98838ee4fe99d5e17d8e7aa7..c0d2822c0abde9acc7280b78a7f1d6e7b5ef4a04 100644 --- a/src/task-1/Makefile +++ b/src/task-1/Makefile @@ -8,4 +8,4 @@ main.o: main.c gcc -g -m32 -c -o $@ $< clean: - rm *.o paranthesinator + rm -f *.o paranthesinator out/*.out