From e36d925c2f6fa71f3c08c2f4a47b6971ca7a92b6 Mon Sep 17 00:00:00 2001 From: kballou Date: Tue, 19 Jan 2016 08:33:38 -0700 Subject: Add root Makefile --- Makefile | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 Makefile (limited to 'Makefile') diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..6a6986f --- /dev/null +++ b/Makefile @@ -0,0 +1,11 @@ +TAG=kennyballou +all: build +.PHONY: all + +build: container blog + +container: + @docker build -t ${TAG} . + +blog: + @$(MAKE) -C blag -- cgit v1.2.1