From c7c240d23d158a2be673461cd21ee756aa574f1b Mon Sep 17 00:00:00 2001 From: Mattia Basaglia Date: Tue, 9 Dec 2014 22:02:35 +0100 Subject: [PATCH] Add a bad pun to the Makefile --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 952ed2c..0634bc6 100644 --- a/Makefile +++ b/Makefile @@ -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)