Fixed a makefile error.
This commit is contained in:
parent
f53776f558
commit
b94076538a
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@ PROG_NAME = HMW_test_3
|
|||
|
||||
# the object files to be linked together. List those generated from Fortran
|
||||
# and from C/C++ separately
|
||||
OBJS = HMW_test_3
|
||||
OBJS = HMW_test_3.o
|
||||
|
||||
# Location of the current build. Will assume that tests are run
|
||||
# in the source directory tree location
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue