LIBS=-lgsl -lgslcblas -lm all : calc_bands fit calc_bands : calc_bands.c gcc -o calc_bands calc_bands.c $(LIBS) fit : fit.c gcc -o fit fit.c $(LIBS)