mirror of https://gitee.com/bigwinds/arangodb
issue #812: added `make superclean`
This commit is contained in:
parent
58baf0fbfe
commit
799e1f13f9
|
@ -372,6 +372,9 @@ distclean-local:
|
||||||
clean-local:
|
clean-local:
|
||||||
rm -rf $(CLEANUP)
|
rm -rf $(CLEANUP)
|
||||||
|
|
||||||
|
superclean: clean
|
||||||
|
rm -rf arangod/*/.deps lib/*/.deps Makefile
|
||||||
|
|
||||||
################################################################################
|
################################################################################
|
||||||
### @brief generated files
|
### @brief generated files
|
||||||
################################################################################
|
################################################################################
|
||||||
|
|
Loading…
Reference in New Issue