2
0
Fork 0
mirror of https://github.com/Vonng/ddia.git synced 2026-06-21 00:47:05 +08:00
ddia/Makefile
2025-04-12 17:18:58 +08:00

15 lines
170 B
Makefile

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