From 87f696f141d616b87b0c8078bfd0cfcdb2ff2601 Mon Sep 17 00:00:00 2001 From: Linus Nordberg Date: Wed, 6 Sep 2017 15:18:41 +0200 Subject: Add catlfish-build. --- Makefile | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index b21d0e2..47d7d96 100644 --- a/Makefile +++ b/Makefile @@ -1,11 +1,11 @@ -catlfish-dev catlfish-dev-lunahsm: - docker build --no-cache --rm -t $@:latest $@ +dist: + docker run -v /tar-files:. -e COPYTO=/tar-files catlfish-build -erlang: +catlfish-build: docker build --no-cache --rm -t $@:latest $@ -base: - docker build --no-cache --rm -t $@:latest base-debian:jessie +catlfish-dev catlfish-dev-lunahsm: + docker build --no-cache --rm -t $@:latest $@ onion: docker build --no-cache --rm -t $@:latest $@ @@ -13,5 +13,4 @@ onion: catlfish: FIXME -.PHONY: catlfish-dev catlfish-dev-lunahsm erlang base onion catlfish - +.PHONY: dist catlfish-build catlfish-dev catlfish-dev-lunahsm onion catlfish -- cgit v1.1