From 92a291b5fae32caba2212192bc94b8ef568c362d Mon Sep 17 00:00:00 2001 From: cbdev Date: Sat, 1 Jun 2019 17:56:33 +0200 Subject: Implement plugin loading --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'makefile') diff --git a/makefile b/makefile index eb7a579..9ed6711 100644 --- a/makefile +++ b/makefile @@ -1,7 +1,7 @@ PLUGINPATH=plugins/ CFLAGS=-g -Wall -Wpedantic -DPLUGINS=\"$(PLUGINPATH)\" -LDLIBS=-lnettle +LDLIBS=-lnettle -ldl OBJECTS=builtins.o network.o websocket.o plugin.o -- cgit v1.2.3