diff --git a/Makefile b/Makefile index 3b72fc9..8e4a2c7 100644 --- a/Makefile +++ b/Makefile @@ -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)