mirror of
https://gitlab.com/mattia.basaglia/ASCII-Pony.git
synced 2024-11-22 12:18:00 +01:00
Merge branch 'master' of github.com:mbasaglia/ASCII-Pony
This commit is contained in:
commit
203a843b0a
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -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 clean list random
|
.PHONY: all show show_deps clean list random
|
||||||
|
|
||||||
all: $(OUT_ALL)
|
all: $(OUT_ALL)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue