mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-08 01:56:10 -05:00
6 lines
306 B
Plaintext
6 lines
306 B
Plaintext
gfortran -c ../packjt.f90
|
|
gfortran -o encode77 -fbounds-check -Wall -Wno-conversion -Wno-real-q-constant \
|
|
encode77.f90 ../deg2grid.f90 ../grid2deg.f90 ../fix_contest_msg.f90 \
|
|
../to_contest_msg.f90 ../fmtmsg.f90 ../azdist.f90 ../geodist.f90 \
|
|
ihashcall.f90 hash10.f90 hash12.f90 hash22.f90 packjt.o
|