extend clean target for qhull and solid

This commit is contained in:
Hans Lambermont
2004-05-14 20:40:56 +00:00
parent 3d3b101541
commit dd2a4a0249

4
extern/Makefile vendored
View File

@@ -52,6 +52,10 @@ install all:: $(TARGET)
$(MAKE) -C $$i install || exit 1; \ $(MAKE) -C $$i install || exit 1; \
done 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 # challenge: fix the example linking problems with this (until then
# we must use solid without qhull, which is the next target). # we must use solid without qhull, which is the next target).
solid_with_qhull: solid_with_qhull: