2
0
Fork 0
mirror of https://github.com/Vonng/ddia.git synced 2026-06-21 00:47:05 +08:00
ddia/Makefile
2021-08-12 16:50:42 +08:00

12 lines
153 B
Makefile

default: doc
# serve document with docsify (or python)
doc:
bin/doc
# generate zh-tw version
translate:
bin/zh-tw.py
.PHONY: default doc translate