Skip to content

Commit

Permalink
update fortran90 example
Browse files Browse the repository at this point in the history
  • Loading branch information
fangq committed Sep 18, 2022
1 parent edb768b commit 84892ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/f90/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ F90 :=gfortran

all:
$(F90) -g -Wall -pedantic -c ../../fortran90/zmatlib.f90
$(F90) -g -Wall -pedantic testzmat.f90 -o testzmat -L../../lib -lzmat -lz
$(F90) -g -Wall -pedantic testzmat.f90 -o testzmat -L../../lib -lzmat -lz -lpthread
clean:
-rm -f testzmat *.o *.mod

0 comments on commit 84892ca

Please sign in to comment.