aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorThomas Gschwantner <tharre3@gmail.com>2019-09-14 19:43:33 +0200
committerThomas Gschwantner <tharre3@gmail.com>2019-12-11 06:22:17 +0100
commitd69ddbec4d9e5ebed0e7de4a9c7fa04ffcddefce (patch)
treed0a1e1852b78b2fe03698c7fb6d1a38c06f67a7e /Makefile
parentExtract all RTNETLINK code into ipm.{c,h} (diff)
downloadwg-dynamic-d69ddbec4d9e5ebed0e7de4a9c7fa04ffcddefce.tar.xz
wg-dynamic-d69ddbec4d9e5ebed0e7de4a9c7fa04ffcddefce.zip
Fixup client, including a lot of refactoring
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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