From afdcfc78b9d164baf7a26ca2c34a9fd71ae167a1 Mon Sep 17 00:00:00 2001 From: Ivan Folgueira Bande <128452529+Ivansete-status@users.noreply.github.com> Date: Mon, 25 Sep 2023 08:15:43 +0200 Subject: [PATCH] Makefile: making the 'libwaku.so' to be built with 'make all' (#2070) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a5109bcf2..083b4f42a 100644 --- a/Makefile +++ b/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