diff --git a/example/f90/Makefile b/example/f90/Makefile index 8775753..cb9c52c 100644 --- a/example/f90/Makefile +++ b/example/f90/Makefile @@ -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