JPRED-2 Add sources of all binaries (except alscript) to Git
[jpred.git] / sources / ncoils / Makefile
1 ${CC}=gcc
2
3 default: ncoils
4
5 ncoils: ncoils.c read_matrix.c
6         ${CC} -O2 -I. -o ncoils ncoils.c read_matrix.c -lm 
7
8 clean:
9         rm -f *.o ncoils