blob: 47d7d966424f8e75a6bb38177d3fe7c984e506fb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
dist:
docker run -v /tar-files:. -e COPYTO=/tar-files catlfish-build
catlfish-build:
docker build --no-cache --rm -t $@:latest $@
catlfish-dev catlfish-dev-lunahsm:
docker build --no-cache --rm -t $@:latest $@
onion:
docker build --no-cache --rm -t $@:latest $@
catlfish:
FIXME
.PHONY: dist catlfish-build catlfish-dev catlfish-dev-lunahsm onion catlfish
|