repositories
/
TD_C.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c2bc2b9
)
Add clean target to TP 7 correction Makefile.
author
Jérôme Benoit
<jerome.benoit@piment-noir.org>
Mon, 27 Feb 2017 18:19:00 +0000
(19:19 +0100)
committer
Jé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
patch
|
blob
|
blame
|
history
diff --git
a/TP_7_C/Makefile
b/TP_7_C/Makefile
index 57d5b7b45b28d29fa9e56488a4c32b848a089a9f..d2c843bddf7892b22b107b78047aa287792d723f 100644
(file)
--- a/
TP_7_C/Makefile
+++ b/
TP_7_C/Makefile
@@
-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 \
+