We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac17ed9 commit 8dbdbcaCopy full SHA for 8dbdbca
Makefile
@@ -194,7 +194,7 @@ clone-nwaku: $(NWAKU_SOURCE_DIR)
194
$(LIBWAKU): clone-nwaku
195
ifeq ($(USE_NWAKU),true)
196
@echo "Building libwaku" $(LIBWAKU)
197
- $(MAKE) -C $(NWAKU_SOURCE_DIR) SHELL=/bin/bash
+ $(MAKE) -C $(NWAKU_SOURCE_DIR) libwaku SHELL=/bin/bash
198
endif
199
200
build-libwaku: $(LIBWAKU)
0 commit comments