From 1b403c3ead36d2eccb421cb0503dac5149779c32 Mon Sep 17 00:00:00 2001 From: Deepak Rangarajan Date: Tue, 16 Aug 2022 12:59:12 -0700 Subject: [PATCH] rename library target in GNUMake to csg-eb instead of csgeb --- GNUmakefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/GNUmakefile b/GNUmakefile index 6e409f0..80d2bee 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -1,12 +1,12 @@ ### -### Makefile for building libcsgeb.a with GNU Make. +### Makefile for building libcsg-eb.a with GNU Make. ### Only works with GCC compiler ### Expects to find paths for dependencies defined in: BOOST_HOME, CATCH2_HOME, CGAL_HOME, PEGTL_HOME ### -TARGET ?= libcsgeb.a +TARGET ?= libcsg-eb.a BUILD_DIR ?= ./build SRCFILENAMES := csg.cpp \ -- GitLab