From eec4eaa4cb04073a9992e025fff5f19e8f3f7d4c Mon Sep 17 00:00:00 2001 From: Matthew Faltys Date: Wed, 5 Jul 2017 08:03:13 -0500 Subject: [PATCH] Add build_web as default task --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index 3cf6d25..b5aeb30 100755 --- a/Makefile +++ b/Makefile @@ -2,6 +2,9 @@ DOCKER_PREFIX=sudo IMAGE_NAME=unixvoid/seedpod WEB_THEME=https://github.com/Secretmapper/combustion/archive/v0.6.2.tar.gz + +all: build_web + build: cd deps/ && \ $(DOCKER_PREFIX) docker build -t $(IMAGE_NAME) .