mirror of
https://github.com/logos-messaging/logos-messaging-nim.git
synced 2026-01-08 08:53:06 +00:00
fix/docs (#328)
This commit is contained in:
parent
79ae1370db
commit
d24eaf0138
4
Makefile
4
Makefile
@ -88,6 +88,10 @@ test1: | build deps
|
||||
echo -e $(BUILD_MSG) "build/$@" && \
|
||||
$(ENV_SCRIPT) nim test1 $(NIM_PARAMS) waku.nims
|
||||
|
||||
docs: | build deps
|
||||
echo -e $(BUILD_MSG) "build/$@" && \
|
||||
$(ENV_SCRIPT) nimble doc --accept --index:on --project --out:.gh-pages waku/waku.nim waku.nims
|
||||
|
||||
# Waku v2 targets
|
||||
wakunode2: | build deps
|
||||
echo -e $(BUILD_MSG) "build/$@" && \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user