summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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