summaryrefslogtreecommitdiffstats
path: root/Makefile
blob: c38f867405260abb2d3570d4f25b433306877e8f (plain)
1
2
3
4
5
6
7
.PHONY: clean

image:
	docker build -t takahe -f docker/Dockerfile .

docs:
	cd docs/ && make html