mirror of
https://github.com/Vonng/ddia.git
synced 2026-06-22 01:17:02 +08:00
12 lines
153 B
Makefile
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
|