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

catlfish:
	FIXME

.PHONY: catlfish-dev catlfish