INCLUDES=-I/usr/share/R/include

gsl.so: vector.o multimin.o
	gcc -g -Wall -shared $^ -lgsl -o $@

%.o : %.c
	gcc -c -g $< -o $@ $(INCLUDES)

