Fix a Typo

This commit is contained in:
Mattia Basaglia 2014-12-09 22:04:36 +01:00
parent c7c240d23d
commit e64bde0c79

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 cleans list random .PHONY: show show_deps clean list random
all: $(OUT_ALL) all: $(OUT_ALL)