mirror of https://github.com/CGAL/cgal
was not platform independent
This commit is contained in:
parent
bf57720894
commit
bec705df88
|
|
@ -41,10 +41,9 @@ LDFLAGS = \
|
|||
# target entries
|
||||
#---------------------------------------------------------------------#
|
||||
|
||||
all: test
|
||||
all: \
|
||||
test$(EXE_EXT)
|
||||
|
||||
test: test$(OBJ_EXT)
|
||||
$(CGAL_CXX) $(CXXFLAGS) $(LIBPATH) test$(OBJ_EXT) $(LDFLAGS)
|
||||
|
||||
clean:
|
||||
rm -f *.$(OBJ_EXT)
|
||||
|
|
|
|||
Loading…
Reference in New Issue