mirror of
https://gitlab.com/mattia.basaglia/ASCII-Pony.git
synced 2024-11-21 19:57:59 +01:00
Add a bad pun to the Makefile
This commit is contained in:
parent
2748cf0031
commit
c7c240d23d
1 changed files with 1 additions and 0 deletions
1
Makefile
1
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)
|
||||
|
|
Loading…
Reference in a new issue