Skip to content
Snippets Groups Projects
Commit a162a8d6 authored by Ioan-Teodor Teugea's avatar Ioan-Teodor Teugea
Browse files

Task 1: add rm -f flag

parent 6baa9311
No related branches found
No related tags found
No related merge requests found
......@@ -8,4 +8,4 @@ main.o: main.c
gcc -g -m32 -c -o $@ $<
clean:
rm *.o paranthesinator out/*.out
rm -f *.o paranthesinator out/*.out
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment