summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorKenny Ballou <kballou@devnulllabs.io>2018-03-07 15:53:32 -0700
committerKenny Ballou <kballou@devnulllabs.io>2018-08-19 09:40:59 -0600
commit23ac5f2751e92e71da00e35753259b44d1aad1ab (patch)
treec233b416f2b6957ea1f022dcc0416a302aba5413 /Makefile
parent89850317c810c81cad691cf8e4427b0673ffdce2 (diff)
downloadkennyballou.com-23ac5f2751e92e71da00e35753259b44d1aad1ab.tar.gz
kennyballou.com-23ac5f2751e92e71da00e35753259b44d1aad1ab.tar.xz
Remove old configuration and setup
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 0 insertions, 8 deletions
diff --git a/Makefile b/Makefile
deleted file mode 100644
index 0a2d7c4..0000000
--- a/Makefile
+++ /dev/null
@@ -1,8 +0,0 @@
-TAG=kennyballou
-all: build
-.PHONY: all build container blog
-
-build: container blog
-
-container:
- @docker build -t ${TAG} .