From 682787350c85ae5ddab5c8b7c03a0160883aacf1 Mon Sep 17 00:00:00 2001 From: Mattia Basaglia Date: Thu, 18 Dec 2014 21:20:32 +0100 Subject: [PATCH] "all" target is phony too --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)