mirror of https://github.com/waku-org/nwaku.git
compile negentropy for testcommon
This commit is contained in:
parent
cf89b59cbf
commit
4db9a598dc
2
Makefile
2
Makefile
|
@ -176,7 +176,7 @@ clean: | clean-librln
|
||||||
#################
|
#################
|
||||||
.PHONY: testcommon
|
.PHONY: testcommon
|
||||||
|
|
||||||
testcommon: | build deps
|
testcommon: | build deps negentropy
|
||||||
echo -e $(BUILD_MSG) "build/$@" && \
|
echo -e $(BUILD_MSG) "build/$@" && \
|
||||||
$(ENV_SCRIPT) nim testcommon $(NIM_PARAMS) waku.nims
|
$(ENV_SCRIPT) nim testcommon $(NIM_PARAMS) waku.nims
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue