Add a bad pun to the Makefile

This commit is contained in:
Mattia Basaglia 2014-12-09 22:02:35 +01:00
parent 2748cf0031
commit c7c240d23d

View file

@ -15,6 +15,7 @@ OUT_ALL= $(OUT_COLOR) $(OUT_PLAIN) $(OUT_SVG) $(OUT_PNG) $(OUT_BASH) $(OUT_COLOR
OUT_DIRS=$(sort $(dir $(OUT_ALL)))
find_deps=$(subst ;,\\\;,$(wildcard $(PONY_DIR)/$(1)/*))
# NOTE: not .PONY :-P
.PHONY: show show_deps cleans list random
all: $(OUT_ALL)