star-2d

Contour structuring for efficient 2D geometric queries
git clone git://git.meso-star.fr/star-2d.git
Log | Files | Refs | README | LICENSE

commit a929fd856478ec7cc17797a9310ef82366908d45
parent 957ef608ea304ab88539dd05616d50930b03cace
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Mon, 17 Jul 2023 15:44:36 +0200

Remove duplicate code in make.sh script

Diffstat:
Mmake.sh | 9---------
1 file changed, 0 insertions(+), 9 deletions(-)

diff --git a/make.sh b/make.sh @@ -46,15 +46,6 @@ clean_test() done } - -clean_test() -{ - for i in "$@"; do - test=$(echo "${i}" | sed 's/src\/\(.\{1,\}\).c$/\1/') - rm -f "${test}" - done -} - install() { prefix=$1