Add clean target to TP 7 correction Makefile.
authorJérôme Benoit <jerome.benoit@piment-noir.org>
Mon, 27 Feb 2017 18:19:00 +0000 (19:19 +0100)
committerJérôme Benoit <jerome.benoit@piment-noir.org>
Mon, 27 Feb 2017 18:19:00 +0000 (19:19 +0100)
Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
TP_7_C/Makefile

index 57d5b7b45b28d29fa9e56488a4c32b848a089a9f..d2c843bddf7892b22b107b78047aa287792d723f 100644 (file)
@@ -13,3 +13,15 @@ all: \
 %:%.c
        gcc $< -std=c99 -Wall -g -o $@
 
+clean:
+       @rm -f \
+       exo1-base \
+        exo1-full \
+        exo1-extra \
+        exo2-base \
+        exo2-full \
+        exo2-extra \
+        exo3-base \
+        exo3-full \
+        exo3-extra \
+