From fa433836c643bbd9a60ed8ccdc9451a1edd98418 Mon Sep 17 00:00:00 2001 From: ubq323 Date: Fri, 28 Oct 2022 02:06:01 +0100 Subject: handling of unix domain sockets --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 2269f1c..9d57e9e 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ CC=cc debug=-g -DDEBUG -DLOCAL CFLAGS=$(MORE_CFLAGS) -Wall -OBJS=bee.o irc.o util.o +OBJS=bee.o irc.o util.o unix.o all: apiobot apiobot: $(OBJS) -- cgit v1.2.3