fiber-orm-nim/Makefile

8 lines
231 B
Makefile
Raw Normal View History

2022-09-02 23:25:52 -05:00
SOURCES=$(shell find src -type f)
doc: $(shell find src -type f)
nim doc --project --index:on --git.url:https://github.com/jdbernard/fiber-orm --outdir:htmdocs src/fiber_orm
nim rst2html --outdir:htmdocs README.rst
.PHONY: doc