tpIFT7020/tp/code/makefile
2018-02-07 19:13:13 -05:00

10 lines
237 B
Makefile

all: ProductionHoraire.class
%.class: %.java
javac -cp .:choco-solver-4.0.6-with-dependencies.jar $<
run: ProductionHoraire.class
java -cp .:choco-solver-4.0.6-with-dependencies.jar ProductionHoraire instance.txt
clean:
rm *.class