was not platform independent

This commit is contained in:
Andreas Fabri 2002-04-16 07:13:48 +00:00
parent bf57720894
commit bec705df88
1 changed files with 2 additions and 3 deletions

View File

@ -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)