1
1
Fork 0
mirror of https://github.com/jointakahe/takahe.git synced 2025-03-31 02:49:35 +00:00
takahe/Makefile
2022-11-18 17:24:43 -07:00

7 lines
99 B
Makefile

.PHONY: clean
image:
docker build -t takahe -f docker/Dockerfile .
docs:
cd docs/ && make html