aboutsummaryrefslogtreecommitdiff
path: root/semestre 2/informatique/tme/semaine10/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/semaine10/Makefile
parentfe1f28749752b6b197ff8e393a999c8f4549f074 (diff)
Ajout des derniers cours du deuxième semestre et du TPE en philosophie
Diffstat (limited to 'semestre 2/informatique/tme/semaine10/Makefile')
-rw-r--r--semestre 2/informatique/tme/semaine10/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/semestre 2/informatique/tme/semaine10/Makefile b/semestre 2/informatique/tme/semaine10/Makefile
new file mode 100644
index 0000000..7d0fc2a
--- /dev/null
+++ b/semestre 2/informatique/tme/semaine10/Makefile
@@ -0,0 +1,4 @@
+build-run:
+ gcc -o app *.c *.h
+ ./app
+ rm app