extend clean target for qhull and solid
This commit is contained in:
4
extern/Makefile
vendored
4
extern/Makefile
vendored
@@ -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:
|
||||||
|
Reference in New Issue
Block a user