From c9062e7d1a1d917f618b71ac3810b4f3e396ab0d Mon Sep 17 00:00:00 2001 From: cbdev Date: Fri, 7 Jun 2019 19:20:42 +0200 Subject: Main readme and config module --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'makefile') diff --git a/makefile b/makefile index 20b6579..0e0dead 100644 --- a/makefile +++ b/makefile @@ -4,7 +4,7 @@ PLUGINPATH?=plugins/ CFLAGS=-g -Wall -Wpedantic -DPLUGINS=\"$(PLUGINPATH)\" LDLIBS=-lnettle -ldl -OBJECTS=builtins.o network.o websocket.o plugin.o +OBJECTS=builtins.o network.o websocket.o plugin.o config.o all: websocksy -- cgit v1.2.3