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
path: root/extern
diff options
context:
space:
mode:
authorHans Lambermont <hans@lambermont.dyndns.org>2004-05-15 00:40:56 +0400
committerHans Lambermont <hans@lambermont.dyndns.org>2004-05-15 00:40:56 +0400
commitdd2a4a0249a725779ab7aa0bbcd45e79a9b938d6 (patch)
treedb01ea8c70d544541e6b4de02bf3e36a2029fb92 /extern
parent3d3b101541c51a1962c494927fcc013bce6188fe (diff)
extend clean target for qhull and solid
Diffstat (limited to 'extern')
-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: