From dd2a4a0249a725779ab7aa0bbcd45e79a9b938d6 Mon Sep 17 00:00:00 2001 From: Hans Lambermont Date: Fri, 14 May 2004 20:40:56 +0000 Subject: [PATCH] extend clean target for qhull and solid --- extern/Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/extern/Makefile b/extern/Makefile index c4808dd76a3..d3b5cfc900b 100644 --- a/extern/Makefile +++ b/extern/Makefile @@ -52,6 +52,10 @@ install all:: $(TARGET) $(MAKE) -C $$i install || exit 1; \ done +clean:: + cd qhull/src && $(MAKE) -f Makefile.txt clean + cd solid && ( [ ! -f Makefile ] || $(MAKE) clean ) + # challenge: fix the example linking problems with this (until then # we must use solid without qhull, which is the next target). solid_with_qhull: