aboutsummaryrefslogtreecommitdiff
path: root/semestre 2/informatique/tme/semaine9/Makefile
diff options
context:
space:
mode:
authorAnhgelus Morhtuuzh <william@herges.fr>2025-09-09 08:44:06 +0200
committerAnhgelus Morhtuuzh <william@herges.fr>2025-09-09 08:44:06 +0200
commit53eb16d66931e56c6682059074dbe76c13ada4e0 (patch)
treea076877bed9d5970254d59fcb8515382ec9fef5b /semestre 2/informatique/tme/semaine9/Makefile
parentfe1f28749752b6b197ff8e393a999c8f4549f074 (diff)
Ajout des derniers cours du deuxième semestre et du TPE en philosophie
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