mirror of https://github.com/waku-org/nwaku.git
Makefile: making the 'libwaku.so' to be built with 'make all' (#2070)
This commit is contained in:
parent
292de5a6c1
commit
afdcfc78b9
2
Makefile
2
Makefile
|
@ -35,7 +35,7 @@ else # "variables.mk" was included. Business as usual until the end of this file
|
|||
.PHONY: all test update clean
|
||||
|
||||
# default target, because it's the first one that doesn't start with '.'
|
||||
all: | wakunode2 example2 chat2 chat2bridge
|
||||
all: | wakunode2 example2 chat2 chat2bridge libwaku
|
||||
|
||||
test: | testcommon testwaku
|
||||
|
||||
|
|
Loading…
Reference in New Issue