Introduction
Introduction Statistics Contact Development Disclaimer Help
tMakefile: fix "dist" target - granular - granular dynamics simulation
git clone git://src.adamsgaard.dk/granular
Log
Files
Refs
README
LICENSE
---
commit 9a3e85c73a6e948b5018ebcfd78fa5141c719461
parent d98aa161b5f8b62dbbe214ac9dcc3d0c252e8da8
Author: Anders Damsgaard <[email protected]>
Date: Tue, 31 Aug 2021 12:34:22 +0200
Makefile: fix "dist" target
Diffstat:
M Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/Makefile b/Makefile
t@@ -74,8 +74,8 @@ ${BIN}: ${OBJ}
dist:
rm -rf "${NAME}-${VERSION}"
mkdir -p "${NAME}-${VERSION}"
- cp -rf ${MAN1} ${MAN5} ${DOC} ${HDR} ${SRC} ${SCRIPTS} \
- Makefile test "${NAME}-${VERSION}"
+ cp -rf ${MAN1} ${MAN5} ${DOC} ${HDR} ${SRC} ${BIN:=.c} ${SCRIPTS} \
+ Makefile "${NAME}-${VERSION}"
# make tarball
tar cf - "${NAME}-${VERSION}" | \
gzip -c > "${NAME}-${VERSION}.tar.gz"
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.