"all" target is phony too

This commit is contained in:
Mattia Basaglia 2014-12-18 21:20:32 +01:00
parent 5628ea0c53
commit 682787350c

View file

@ -16,7 +16,7 @@ OUT_DIRS=$(sort $(dir $(OUT_ALL)))
find_deps=$(subst ;,\\\;,$(wildcard $(PONY_DIR)/$(1)/*)) find_deps=$(subst ;,\\\;,$(wildcard $(PONY_DIR)/$(1)/*))
# NOTE: not .PONY :-P # NOTE: not .PONY :-P
.PHONY: show show_deps clean list random .PHONY: all show show_deps clean list random
all: $(OUT_ALL) all: $(OUT_ALL)