commit 74fadc86b83bfaa0064ecf36dc68689c7db2036f parent cd4f3c9eb925333b5a6f43df1c37bbc823a05359 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(-)
diff --git a/Makefile b/Makefile @@ -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\