ISCE_INSAR/components/isceobj/Util/Library/linalg3/test/build

5 lines
175 B
Plaintext
Raw Normal View History

2019-01-16 19:40:08 +00:00
gfortran -ffixed-line-length-none -c ../src/linalg3State.F
gcc -I ../include -c ../src/linalg3.c
gcc -I ../include -c test.c
gcc linalg3State.o linalg3.o test.o -lm -o test