Merge branch 'master' of github.com:mbasaglia/ASCII-Pony

This commit is contained in:
Mattia Basaglia 2014-12-21 17:39:30 +01:00
commit 203a843b0a

View file

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