ddia/Makefile

13 lines
153 B
Makefile
Raw Normal View History

2021-08-12 16:50:42 +08:00
default: doc
# serve document with docsify (or python)
2021-08-12 16:50:42 +08:00
doc:
bin/doc
# generate zh-tw version
translate:
bin/zh-tw.py
2021-08-12 16:50:42 +08:00
.PHONY: default doc translate