Commit 1b403c3e authored by Deepak Rangarajan's avatar Deepak Rangarajan
Browse files

rename library target in GNUMake to csg-eb instead of csgeb

parent 66852f79
Loading
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
###
### 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 \