# # this makefile is for g77 from cygwin # nnls.dll: NNLS.F g77 -mno-cygwin -O3 -shared NNLS.F -o nnls.dll