diff --git a/test-suite/library-mode-test/makefile b/test-suite/library-mode-test/makefile index e214d822..b903d54c 100644 --- a/test-suite/library-mode-test/makefile +++ b/test-suite/library-mode-test/makefile @@ -3,10 +3,10 @@ include $(ROOT)/make.inc # module include path specifier "-J" is gcc specific # compare_results compares the printed final centres and spreads with those obtained with the standalone wannier90.x executable (see directory "ref") results.dat: demo.x - ./demo.x > $< + ./demo.x > $@ ./compare_results.py demo.x: demo.o - $(MPIF90) $< -o $@ $(LIBS) -L$(ROOT) -lwannier90_mpi + $(MPIF90) $< -o $@ $(LIBS) -L$(ROOT) -lwannier90 demo.o: demo.f90 $(MPIF90) $(FCOPTS) -J$(ROOT)/src/obj -c $< clean: