${CC}=gcc default: ncoils ncoils: ncoils.c read_matrix.c ${CC} -O2 -I. -o ncoils ncoils.c read_matrix.c -lm clean: rm -f *.o ncoils