Crystal bindings: makefile: handle documentation.

master
Philippe Pittoli 2023-02-03 05:37:42 +01:00
parent 2b99e18046
commit bf4d5c803f
1 changed files with 7 additions and 0 deletions

View File

@ -37,3 +37,10 @@ run-authc:
run-test:
crystal run src/libauth.cr
doc:
crystal docs
ACCESS_LOGS ?= ./access.log
serve-doc:
darkhttpd docs/ --addr 127.0.0.1 --port 35001 --log $(ACCESS_LOGS)