diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 13 |
1 files changed, 6 insertions, 7 deletions
@@ -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 |
