From 8a9c9e8319916cef7c9cb22bc6d3d3e2bc61871e Mon Sep 17 00:00:00 2001 From: Susan Hert Date: Wed, 11 Jul 2001 18:39:14 +0000 Subject: [PATCH] changed makefile so it works well under windows too --- Packages/Convex_hull_3/demo/Convex_hull_3/makefile | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/Packages/Convex_hull_3/demo/Convex_hull_3/makefile b/Packages/Convex_hull_3/demo/Convex_hull_3/makefile index 050ae80b837..d5c9e60d2fe 100644 --- a/Packages/Convex_hull_3/demo/Convex_hull_3/makefile +++ b/Packages/Convex_hull_3/demo/Convex_hull_3/makefile @@ -37,11 +37,9 @@ incremental_hull_3_demo: incremental_hull_3_demo.o quickhull_3_demo: quickhull_3_demo.o $(CGAL_CXX) -o quickhull_3_demo quickhull_3_demo.o $(LDFLAGS) -clean: - /bin/rm -f *.o \ - incremental_hull_3_demo \ - quickhull_3_demo \ - core +clean: \ + incremental_hull_3_demo.clean \ + quickhull_3_demo.clean #---------------------------------------------------------------------# # suffix rules