From 125530c46b214ad3fc1b440860feecd715995dee Mon Sep 17 00:00:00 2001 From: Dean Eigenmann <7621705+decanus@users.noreply.github.com> Date: Mon, 21 Dec 2020 12:50:15 +0100 Subject: [PATCH] Update Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 186b7c7b9..bad8048a5 100644 --- a/Makefile +++ b/Makefile @@ -90,7 +90,7 @@ test1: | build deps docs: | build deps echo -e $(BUILD_MSG) "build/$@" && \ - $(ENV_SCRIPT) nimble doc --accept --index:on --project --out:.gh-pages waku/waku.nim waku.nims + $(ENV_SCRIPT) nim doc --accept --index:on --project --out:.gh-pages waku/waku.nim waku.nims # Waku v2 targets wakunode2: | build deps