From a8233d97936eeed545ea763c0ace1eb4f87219f9 Mon Sep 17 00:00:00 2001 From: cbdev Date: Sun, 26 May 2019 16:02:29 +0200 Subject: Basic plugin loading --- makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'makefile') diff --git a/makefile b/makefile index 4623e49..eb7a579 100644 --- a/makefile +++ b/makefile @@ -1,7 +1,9 @@ -CFLAGS=-g -Wall -Wpedantic +PLUGINPATH=plugins/ + +CFLAGS=-g -Wall -Wpedantic -DPLUGINS=\"$(PLUGINPATH)\" LDLIBS=-lnettle -OBJECTS=builtins.o network.o websocket.o +OBJECTS=builtins.o network.o websocket.o plugin.o all: websocksy -- cgit v1.2.3