Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'extern/Makefile')
-rw-r--r--extern/Makefile4
1 files changed, 4 insertions, 0 deletions
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: