MàJ du Makefile + test
This commit is contained in:
parent
e29c0b21c5
commit
d4f0d54bc8
5
Makefile
5
Makefile
|
@ -5,7 +5,10 @@ LFLAGS=
|
|||
|
||||
all: bin/main
|
||||
|
||||
OBJECTS = obj/main.o obj/structure.o obj/display.o obj/algorithm.o
|
||||
test: bin/main
|
||||
bin/main MP2I-creneaux.txt 33 MP2I-colleurs.txt 16 6 15 output.csv
|
||||
|
||||
OBJECTS = obj/structure.o obj/algorithm.o obj/display.o obj/main.o
|
||||
bin/main: bin $(OBJECTS)
|
||||
$(CC) -o $@ $(LFLAGS) $(FLAGS) $(OBJECTS)
|
||||
|
||||
|
|
Loading…
Reference in New Issue