summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLinus Nordberg <linus@nordu.net>2017-09-06 15:18:41 +0200
committerLinus Nordberg <linus@nordu.net>2017-09-06 15:18:41 +0200
commit87f696f141d616b87b0c8078bfd0cfcdb2ff2601 (patch)
treeac577ac9b3e2c9afea04de678f6a889c206e8de2 /Makefile
parentc85d1a96bcdcfec34b597392472125e2bf41b541 (diff)
Add catlfish-build.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile13
1 files changed, 6 insertions, 7 deletions
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