CC = gcc CFLAGS = -g -Wall CompileFlags = -lgsl -lgslcblas -lm .c.o: $(CC) $(CFLAGS) -c $< clean: rm -f *.o