summaryrefslogtreecommitdiff
path: root/src/modules/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/Makefile')
-rw-r--r--src/modules/Makefile10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/modules/Makefile b/src/modules/Makefile
deleted file mode 100644
index b0c50a569..000000000
--- a/src/modules/Makefile
+++ /dev/null
@@ -1,10 +0,0 @@
-# (C) ChatSpike development team
-# Makefile by <Craig@ChatSpike.net>
-# Many Thanks to Andrew Church <achurch@achurch.org>
-# for assisting with making this work right.
-
-all: $(MODULES)
-
-%.so: %.cpp
- $(CC) -I../../include $(FLAGS) -shared -o $@ $<
- @cp $@ $(MODPATH)/