Skip to content

Commit 1528363

Browse files
committed
Add dek dependencies to Makefile
1 parent eada25e commit 1528363

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ test: test.o helmholtz.o
1313
${FC} -o test.x test.o helmholtz.o
1414
./test.x
1515

16-
helmholtz.o: helmholtz.f90
16+
helmholtz.o: helmholtz.f90 const.dek implno.dek vector_eos.dek
1717
${FC} -cpp -DTBLPATH="'${HELM_TABLE_DIR}/${HELM_TABLE_NAME}'" -ffree-line-length-none -c -fPIC $<
1818

19-
eosfxt.o: eosfxt.f90
19+
eosfxt.o: eosfxt.f90 const.dek implno.dek vector_eos.dek
2020
${FC} -c -fPIC $<
2121

2222
%.o : %.f90

0 commit comments

Comments
 (0)