aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorubq323 <ubq323@ubq323.website>2022-10-28 02:06:01 +0100
committerubq323 <ubq323@ubq323.website>2022-10-28 02:06:01 +0100
commitfa433836c643bbd9a60ed8ccdc9451a1edd98418 (patch)
tree30054b508d903007b5545329197aa7dcb18e311f /Makefile
parentf56709bfcdad99a47d52196ba971ff1d41746289 (diff)
handling of unix domain sockets
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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)