aboutsummaryrefslogtreecommitdiff
path: root/semestre 2/informatique/tme/semaine8/build_run.sh
diff options
context:
space:
mode:
Diffstat (limited to 'semestre 2/informatique/tme/semaine8/build_run.sh')
-rw-r--r--semestre 2/informatique/tme/semaine8/build_run.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/semestre 2/informatique/tme/semaine8/build_run.sh b/semestre 2/informatique/tme/semaine8/build_run.sh
new file mode 100644
index 0000000..4a32768
--- /dev/null
+++ b/semestre 2/informatique/tme/semaine8/build_run.sh
@@ -0,0 +1,4 @@
+#!/usr/bin/env bash
+gcc -Wall -o app liste_entiers.c liste_entiers.h test_liste.c
+./app
+rm app