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

catlfish:
	FIXME

.PHONY: catlfish-dev catlfish