Fix clean_cc rule

This commit is contained in:
Corentin Le Molgat
2018-11-19 11:00:44 +01:00
parent 97fd0095a7
commit eee64256b3

View File

@@ -561,7 +561,7 @@ rfz_%: fz $(FZ_EX_DIR)/%.fzn
################
## Cleaning ##
################
CC_SAMPLES := $(wildcard ortools/sat/samples/*.cc)
CC_SAMPLES := $(wildcard ortools/*/samples/*.cc)
CC_SAMPLES := $(notdir $(CC_SAMPLES))
CC_SAMPLES := $(addsuffix $E, $(addprefix $(BIN_DIR)$S, $(basename $(CC_SAMPLES))))