4 lines
123 B
Batchfile
4 lines
123 B
Batchfile
|
gcc -c gran.c
|
||
|
gfortran -c -Wall fftw3mod.f90
|
||
|
gfortran -o timefft -Wall timefft.f90 timefft_opts.f90 gran.o libfftw3f-3.dll
|