From 02098c2739dd29465a3b89400d2cc6e237255301 Mon Sep 17 00:00:00 2001 From: rognant Date: Thu, 21 Dec 2023 14:40:07 +0100 Subject: [PATCH] modification makefile --- makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/makefile b/makefile index e30425a..9414388 100644 --- a/makefile +++ b/makefile @@ -12,3 +12,5 @@ obstacles.o : obstacles.c gcc -c obstacles.c -lgraph main.o : main.c gcc -c main.c -lgraph +clean : + rm -f main.o graphique.o serpent.o pommes.o obstacles.o snake