make: Add clean_fz target
This commit is contained in:
@@ -286,6 +286,12 @@ $(BIN_DIR)/fz$E: $(OBJ_DIR)/flatzinc/fz.$O $(FLATZINC_LIBS) $(OR_TOOLS_LIBS) | $
|
||||
$(BIN_DIR)/parser_main$E: $(OBJ_DIR)/flatzinc/parser_main.$O $(FLATZINC_LIBS) $(OR_TOOLS_LIBS) | $(BIN_DIR)
|
||||
$(CCC) $(CFLAGS) $(OBJ_DIR)$Sflatzinc$Sparser_main.$O $(FLATZINC_LNK) $(OR_TOOLS_LDFLAGS) $(EXE_OUT)$(BIN_DIR)$Sparser_main$E
|
||||
|
||||
.PHONY: clean_fz # Clean Flatzinc output from previous build.
|
||||
clean_fz:
|
||||
-$(DEL) $(BIN_DIR)$Sortools.msc
|
||||
-$(DEL) $(BIN_DIR)$Sfz$E
|
||||
-$(DEL) $(BIN_DIR)$Sparser_main$E
|
||||
|
||||
##################
|
||||
## Sat solver ##
|
||||
##################
|
||||
|
||||
Reference in New Issue
Block a user