tMakefile: include packing files - granular - granular dynamics simulation
(HTM) git clone git://src.adamsgaard.dk/granular
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit 6660be16da098a733430dda22a591fe97657adcf
(DIR) parent dc67fafa5a91666bfec1777dbfc00c58c6a6b8a4
(HTM) Author: Anders Damsgaard <anders@adamsgaard.dk>
Date: Thu, 18 Mar 2021 12:48:20 +0100
Makefile: include packing files
Diffstat:
M Makefile | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
---
(DIR) diff --git a/Makefile b/Makefile
t@@ -16,6 +16,7 @@ HDR = \
arrays.h\
grain.h\
granular.h\
+ packing.h\
simulation.h\
util.h
t@@ -45,9 +46,9 @@ ${OBJ}: ${HDR}
.c.o:
${CC} ${GRANULAR_CFLAGS} ${GRANULAR_CPPFLAGS} -o $@ -c $<
-granular: granular.o arrays.o grain.o simulation.o util.o
+granular: granular.o arrays.o grain.o packing.o simulation.o util.o
${CC}\
- granular.o arrays.o grain.o simulation.o util.o\
+ granular.o arrays.o grain.o packing.o simulation.o util.o\
-o $@ ${GRANULAR_LDFLAGS}
dist: