aboutsummaryrefslogtreecommitdiff
path: root/semestre 2/informatique/tme/semaine9/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'semestre 2/informatique/tme/semaine9/Makefile')
-rw-r--r--semestre 2/informatique/tme/semaine9/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/semestre 2/informatique/tme/semaine9/Makefile b/semestre 2/informatique/tme/semaine9/Makefile
index e961ede..7d0fc2a 100644
--- a/semestre 2/informatique/tme/semaine9/Makefile
+++ b/semestre 2/informatique/tme/semaine9/Makefile
@@ -1,4 +1,4 @@
build-run:
- gcc -o app multi_ensembles.c multi_ensembles.h test_multi_ensembles.c
+ gcc -o app *.c *.h
./app
rm app