summaryrefslogtreecommitdiff
path: root/src/modules/Makefile
blob: b0c50a56990ccb8c055487cf639b704f4c89b587 (plain)
1
2
3
4
5
6
7
8
9
10
# (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)/