We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eada25e commit 1528363Copy full SHA for 1528363
Makefile
@@ -13,10 +13,10 @@ test: test.o helmholtz.o
13
${FC} -o test.x test.o helmholtz.o
14
./test.x
15
16
-helmholtz.o: helmholtz.f90
+helmholtz.o: helmholtz.f90 const.dek implno.dek vector_eos.dek
17
${FC} -cpp -DTBLPATH="'${HELM_TABLE_DIR}/${HELM_TABLE_NAME}'" -ffree-line-length-none -c -fPIC $<
18
19
-eosfxt.o: eosfxt.f90
+eosfxt.o: eosfxt.f90 const.dek implno.dek vector_eos.dek
20
${FC} -c -fPIC $<
21
22
%.o : %.f90
0 commit comments