# (C) ChatSpike development team # Makefile by # Many Thanks to Andrew Church # for assisting with making this work right. all: $(MODULES) %.so: %.cpp $(CC) -I../../include $(FLAGS) -shared -o $@ $< @cp $@ $(MODPATH)/