mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-07 09:44:16 -05:00
5 lines
243 B
Plaintext
5 lines
243 B
Plaintext
|
gfortran -c ../packjt.f90
|
||
|
gfortran -o t2 -fbounds-check -Wall -Wno-conversion -Wno-real-q-constant t2.f90 \
|
||
|
../deg2grid.f90 ../grid2deg.f90 ../fix_contest_msg.f90 \
|
||
|
../to_contest_msg.f90 ../fmtmsg.f90 ../azdist.f90 ../geodist.f90 packjt.o
|