aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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