From 53eb16d66931e56c6682059074dbe76c13ada4e0 Mon Sep 17 00:00:00 2001 From: Anhgelus Morhtuuzh Date: Tue, 9 Sep 2025 08:44:06 +0200 Subject: =?UTF-8?q?Ajout=20des=20derniers=20cours=20du=20deuxi=C3=A8me=20s?= =?UTF-8?q?emestre=20et=20du=20TPE=20en=20philosophie?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- semestre 2/informatique/tme/semaine9/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'semestre 2/informatique/tme/semaine9/Makefile') 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 -- cgit v1.2.3