aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTest_User <hax@andrewyu.org>2024-06-14 12:35:00 -0400
committerTest_User <hax@andrewyu.org>2024-06-14 12:35:00 -0400
commit561c97175d9b5d365149f9094a9b170bfd3c8e0f (patch)
tree5163d6399681e31f719494a81a330e5b4558d795 /Makefile
parent1328829eef7a1beb6e7558f60cbe9d1c3935d97a (diff)
downloadhaxircd-561c97175d9b5d365149f9094a9b170bfd3c8e0f.tar.gz
haxircd-561c97175d9b5d365149f9094a9b170bfd3c8e0f.zip
HaxServ commands
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile12
1 files changed, 12 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 184f613..df698ad 100644
--- a/Makefile
+++ b/Makefile
@@ -304,9 +304,21 @@ ifeq ($(USE_SERVER),1)
$(call DEPS,server_network)
endif
+ifeq ($(USE_PROTOCOLS),1)
+$(call DEPS,protocols)
+endif
+
ifeq ($(INSPIRCD2_PROTOCOL),1)
$(call DEPS,protocols/inspircd2)
endif
+ifeq ($(USE_PSUEDOCLIENTS),1)
+$(call DEPS,psuedoclients)
+endif
+
+ifeq ($(HAXSERV_PSUEDOCLIENT),1)
+$(call DEPS,psuedoclients/haxserv)
+endif
+
clean:
$(RM) -r haxserv *.o protocols/*.o psuedoclients/*.o