diff options
| author | Linus Nordberg <linus@nordu.net> | 2017-09-06 15:18:41 +0200 |
|---|---|---|
| committer | Linus Nordberg <linus@nordu.net> | 2017-09-06 15:18:41 +0200 |
| commit | 87f696f141d616b87b0c8078bfd0cfcdb2ff2601 (patch) | |
| tree | ac577ac9b3e2c9afea04de678f6a889c206e8de2 /Makefile | |
| parent | c85d1a96bcdcfec34b597392472125e2bf41b541 (diff) | |
Add catlfish-build.
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 |
