tMakefile: add non-main sources to SRC - cngf-pf - continuum model for granular flows with pore-pressure dynamics (renamed from 1d_fd_simple_shear)
(HTM) git clone git://src.adamsgaard.dk/cngf-pf
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit 74fadc86b83bfaa0064ecf36dc68689c7db2036f
(DIR) parent cd4f3c9eb925333b5a6f43df1c37bbc823a05359
(HTM) Author: Anders Damsgaard <anders@adamsgaard.dk>
Date: Mon, 23 Nov 2020 11:18:47 +0100
Makefile: add non-main sources to SRC
Diffstat:
M Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
(DIR) diff --git a/Makefile b/Makefile
t@@ -12,7 +12,7 @@ BIN = \
cngf-pf\
max_depth_simple_shear\
shear_flux
-SRC = ${BIN:=.c}
+SRC = ${BIN:=.c} arrays.c fluid.c simulation.c
HDR = \
arg.h\
arrays.h\