all: $(CC) -c -Wall -O0 -ggdb3 -I${HOME}/workspace/gsl-2.1/build/include nlfit.c -o nlfit.o $(CC) nlfit.o -L${HOME}/workspace/gsl-2.1/build/lib -lgsl -lgslcblas -lm -o nlfit clean: rm nlfit *.o