summaryrefslogtreecommitdiff
path: root/Makefile
blob: b21d0e2cbc2529ee61b8f25d5541aec53479677a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
catlfish-dev catlfish-dev-lunahsm:
	docker build --no-cache --rm -t $@:latest $@

erlang:
	docker build --no-cache --rm -t $@:latest $@

base:
	docker build --no-cache --rm -t $@:latest base-debian:jessie

onion:
	docker build --no-cache --rm -t $@:latest $@

catlfish:
	FIXME

.PHONY: catlfish-dev catlfish-dev-lunahsm erlang base onion catlfish