aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorThomas Gschwantner <tharre3@gmail.com>2019-02-25 09:41:19 +0100
committerThomas Gschwantner <tharre3@gmail.com>2019-02-25 14:46:42 +0100
commiteb3ec870ba48f4be7bbfe30a2a722e53e5f25e1f (patch)
tree4f5c0ce1e42a21c8ca067ea69726d061edd1eb30 /Makefile
parentMove the google doc into the git repository (diff)
downloadwg-dynamic-eb3ec870ba48f4be7bbfe30a2a722e53e5f25e1f.tar.xz
wg-dynamic-eb3ec870ba48f4be7bbfe30a2a722e53e5f25e1f.zip
Implement a radix-trie for storing ip=pubkey
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d7dce6a..575fc38 100644
--- a/Makefile
+++ b/Makefile
@@ -46,7 +46,7 @@ endif
all: wg-dynamic-server wg-dynamic-client
wg-dynamic-client: wg-dynamic-client.o netlink.o common.o
-wg-dynamic-server: wg-dynamic-server.o netlink.o common.o
+wg-dynamic-server: wg-dynamic-server.o netlink.o radix-trie.o common.o
ifneq ($(V),1)
clean: