summaryrefslogtreecommitdiff
path: root/Makefile
blob: 195ef828027672a02ff878620de316d724d57bd3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
dist:
	docker run -it --rm -v $(PWD):/dist 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