summaryrefslogtreecommitdiff
path: root/Makefile
blob: bb77ac890378c033e9e6cc7586e68e301383cec5 (plain)
1
2
3
4
5
6
7
catlfish-dev catlfish-dev-lunahsm:
	docker build --no-cache --rm -t $@:latest $@

catlfish:
	FIXME

.PHONY: catlfish-dev catlfish-dev-lunahsm