mirror of
https://github.com/nwchemgit/nwchem.git
synced 2026-07-28 06:05:44 -04:00
Fix outdated library name in test makefile
This commit is contained in:
parent
687c5bfba3
commit
75eccbc7e3
1 changed files with 1 additions and 1 deletions
|
|
@ -85,6 +85,6 @@ test: $(OBJ)
|
|||
(cd $(WRAP); $(MAKE) USE_ESSL='$(DO_ESSL)';)
|
||||
touch testfft3.F
|
||||
$(MAKE) testfft3.o
|
||||
$(LINK.f) -o testfft3 $(OBJ) -ltask $(LIBS)
|
||||
$(LINK.f) -o testfft3 $(OBJ) -lnwctask $(LIBS)
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue