From d7fd8f832f2768d1bbe904431e84eb9d75a9e9d1 Mon Sep 17 00:00:00 2001 From: kballou Date: Fri, 27 May 2016 23:55:12 -0600 Subject: Add all targets to phony These are all phony targets... --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 6a6986f..cb9bc4a 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ TAG=kennyballou all: build -.PHONY: all +.PHONY: all build container blog build: container blog -- cgit v1.2.1