From e64bde0c796e51682f388c3f933f1588615d4061 Mon Sep 17 00:00:00 2001 From: Mattia Basaglia Date: Tue, 9 Dec 2014 22:04:36 +0100 Subject: [PATCH] Fix a Typo --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 0634bc6..3b72fc9 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 cleans list random +.PHONY: show show_deps clean list random all: $(OUT_ALL)