aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTest_User <hax@andrewyu.org>2024-06-17 03:17:21 -0400
committerTest_User <hax@andrewyu.org>2024-06-17 03:17:58 -0400
commit650bab769f7d07f8538d894a82ad092a5d345e88 (patch)
treeb09c6b9a4284e00b483ceebfd6bf621a48b18856 /Makefile
parentdce234bf05d69b43bf78d0347c108ae008a290be (diff)
downloadhaxircd-650bab769f7d07f8538d894a82ad092a5d345e88.tar.gz
haxircd-650bab769f7d07f8538d894a82ad092a5d345e88.zip
InspIRCd v3 support progress, still not really usable
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a290510..4e06888 100644
--- a/Makefile
+++ b/Makefile
@@ -283,7 +283,7 @@ DEPS = $(shell $(CC) $(CFLAGS) -M -MT $(1).$(2) $(1).c | sed -z 's/\\\n //g') .m
all: HaxIRCd $(SOFILES)
HaxIRCd: main.c
- $(CC) main.c -o haxserv
+ $(CC) main.c -o HaxIRCd
HaxIRCd.so: $(OFILES) .makeopts Makefile
$(CC) $(OFILES) -shared -o $@ $(LDFLAGS)