From d69ddbec4d9e5ebed0e7de4a9c7fa04ffcddefce Mon Sep 17 00:00:00 2001 From: Thomas Gschwantner Date: Sat, 14 Sep 2019 19:43:33 +0200 Subject: Fixup client, including a lot of refactoring --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 720acb8..dc381c3 100644 --- a/Makefile +++ b/Makefile @@ -43,7 +43,7 @@ COMPILE.c = @echo " CC $@"; COMPILE.c += $(BUILT_IN_COMPILE.c) endif -all: wg-dynamic-server +all: wg-dynamic-server wg-dynamic-client wg-dynamic-client: wg-dynamic-client.o netlink.o common.o ipm.o wg-dynamic-server: wg-dynamic-server.o netlink.o radix-trie.o common.o random.o lease.o ipm.o -- cgit v1.2.3-59-g8ed1b