summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorkballou <kballou@devnulllabs.io>2016-01-19 08:33:38 -0700
committerkballou <kballou@devnulllabs.io>2016-01-19 08:33:38 -0700
commite36d925c2f6fa71f3c08c2f4a47b6971ca7a92b6 (patch)
tree95d85714fe4753e4356bc6ce23eefd9636916d91 /Makefile
parentdabfd95bb410daa797b89f71be9bda218104fd1e (diff)
downloadkennyballou.com-e36d925c2f6fa71f3c08c2f4a47b6971ca7a92b6.tar.gz
kennyballou.com-e36d925c2f6fa71f3c08c2f4a47b6971ca7a92b6.tar.xz
Add root Makefile
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile11
1 files changed, 11 insertions, 0 deletions
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