Browse Source

Add filesystem autobuild to default case

master
Matthew Faltys 7 years ago
parent
commit
4ff4703947
  1. 6
      Makefile

6
Makefile

@ -4,7 +4,11 @@ ALPINE_FS=https://cryo.unixvoid.com/bin/filesystem/alpine/linux-latest-amd64.roo
OS_PERMS=sudo 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: build_filesystem:
mkdir -p filesystem.tmp/ mkdir -p filesystem.tmp/

Loading…
Cancel
Save