From 6baa93118c1941532ee5f2de6c93989f00ca84c0 Mon Sep 17 00:00:00 2001 From: Ioan-Teodor Teugea <teodor.teugea@gmail.com> Date: Sun, 12 May 2024 22:55:50 +0300 Subject: [PATCH] Task 1: Clean delete outs --- 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 c4c7bdd..e144d94 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 *.o paranthesinator out/*.out -- GitLab