deploy: d24eaf013885cdbf585e56d66743d616e585d9fe

This commit is contained in:
decanus 2020-12-21 11:47:02 +00:00
parent 3ead423f92
commit 4d8398c6a9

View File

@ -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/$@" && \