From 80d4ec4ef0d69c1e2e22d437f538af2f6fd7997d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Valentin=20Mogu=C3=A9rou?= Date: Tue, 16 Apr 2024 02:49:30 +0200 Subject: [PATCH] test du makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 7707d2f..0f7cd2e 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ LFLAGS= all: bin/colloscope test: bin/colloscope - bin/colloscope -q MP2I-creneaux.txt 33 MP2I-colleurs.txt 16 6 15 output.csv + bin/colloscope -v MP2I-creneaux.txt 33 MP2I-colleurs.txt 16 6 15 output.csv OBJECTS = obj/structure.o obj/algorithm.o obj/display.o obj/logger.o obj/main.o bin/colloscope: $(OBJECTS)