diff options
author | ubq323 <ubq323@ubq323.website> | 2022-10-28 02:06:01 +0100 |
---|---|---|
committer | ubq323 <ubq323@ubq323.website> | 2022-10-28 02:06:01 +0100 |
commit | fa433836c643bbd9a60ed8ccdc9451a1edd98418 (patch) | |
tree | 30054b508d903007b5545329197aa7dcb18e311f /Makefile | |
parent | f56709bfcdad99a47d52196ba971ff1d41746289 (diff) |
handling of unix domain sockets
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |