From 4ff47039478eb146099af8721d2e3db7b9c9812a Mon Sep 17 00:00:00 2001 From: Matthew Faltys Date: Thu, 6 Jul 2017 08:29:37 -0500 Subject: [PATCH] Add filesystem autobuild to default case --- Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 3350960..0424c77 100755 --- a/Makefile +++ b/Makefile @@ -4,7 +4,11 @@ ALPINE_FS=https://cryo.unixvoid.com/bin/filesystem/alpine/linux-latest-amd64.roo OS_PERMS=sudo -all: docker_build_web +all: + @if [ ! -a deps/rootfs.tar.gz ]; then \ + $(MAKE) build_filesystem; \ + fi; + $(MAKE) docker_build_web build_filesystem: mkdir -p filesystem.tmp/