]> git.netwichtig.de Git - user/henk/code/inspircd.git/blob - src/modules/Makefile
Added 005 numeric handling to most of the modules
[user/henk/code/inspircd.git] / src / modules / Makefile
1 # (C) ChatSpike development team
2 # Makefile by <Craig@ChatSpike.net>
3 # Many Thanks to Andrew Church <achurch@achurch.org>
4 #    for assisting with making this work right.
5
6 all: $(MODULES)
7
8 %.so: %.cpp
9         $(CC) -I../../include $(FLAGS) -shared -o $@ $<
10         @cp $@ $(MODPATH)/