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/