mirror of
https://github.com/jointakahe/takahe.git
synced 2024-11-14 03:11:46 +00:00
7 lines
99 B
Makefile
7 lines
99 B
Makefile
.PHONY: clean
|
|
|
|
image:
|
|
docker build -t takahe -f docker/Dockerfile .
|
|
|
|
docs:
|
|
cd docs/ && make html
|