blob: 96fd59df59be3f8ff59870413abbc647529d47d0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
catlfish-dev catlfish-dev-lunahsm:
docker build --no-cache --rm -t $@:latest $@
erlang:
docker build --noc-cache --rm -t $@:latest $@
base:
docker build --no-cache --rm -t $@:latest base-debian:jessie
onion:
docker build --noc-cache --rm -t $@:latest $@
catlfish:
FIXME
.PHONY: catlfish-dev catlfish-dev-lunahsm
|