mirror of
https://github.com/Vonng/ddia.git
synced 2024-12-06 15:20:12 +08:00
13 lines
153 B
Makefile
13 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
|