Set compiler flags.

git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@4913 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
Joe Taylor 2015-01-29 19:17:56 +00:00
parent 00e8a7a0c8
commit 647ae961fa
1 changed files with 2 additions and 2 deletions

View File

@ -1,3 +1,3 @@
gcc -c gran.c
gfortran -c fftw3mod.f90
gfortran -o timefft timefft.f90 timefft_opts.f90 gran.o libfftw3f-3.dll
gfortran -c -Wall fftw3mod.f90
gfortran -o timefft -Wall timefft.f90 timefft_opts.f90 gran.o libfftw3f-3.dll