Makefile: fix flatzinc rule on windows

This commit is contained in:
Corentin Le Molgat
2018-09-04 17:12:03 +02:00
parent 48df402a6e
commit 8608266f18

View File

@@ -486,8 +486,8 @@ test_fz_examples: fz
$(MAKE) rfz_golomb
$(MAKE) rfz_alpha
rfz_%: fz $(EX_DIR)$Sflatzinc$S%.fzn
$(BIN_DIR)$Sfz$E $(EX_DIR)$Sflatzinc$S$*.fzn
rfz_%: fz $(EX_DIR)/flatzinc/%.fzn
$(BIN_DIR)$Sfz$E $(EX_PATH)$Sflatzinc$S$*.fzn
####################
## C++ Examples ##
####################