From a162a8d64c85bbebd579c12c3a9859813a484c3a Mon Sep 17 00:00:00 2001 From: Ioan-Teodor Teugea <teodor.teugea@gmail.com> Date: Sun, 12 May 2024 22:59:35 +0300 Subject: [PATCH] Task 1: add rm -f flag --- src/task-1/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/task-1/Makefile b/src/task-1/Makefile index e144d94..c0d2822 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 out/*.out + rm -f *.o paranthesinator out/*.out -- GitLab