Introduction
Introduction Statistics Contact Development Disclaimer Help
tMakefile: include packing files - granular - granular dynamics simulation
git clone git://src.adamsgaard.dk/granular
Log
Files
Refs
README
LICENSE
---
commit 6660be16da098a733430dda22a591fe97657adcf
parent dc67fafa5a91666bfec1777dbfc00c58c6a6b8a4
Author: Anders Damsgaard <[email protected]>
Date: Thu, 18 Mar 2021 12:48:20 +0100
Makefile: include packing files
Diffstat:
M Makefile | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
---
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:
You are viewing proxied material from mx1.adamsgaard.dk. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.