1
0
Fork 0

issue #812: added `make superclean`

This commit is contained in:
Jan Steemann 2014-04-08 11:40:03 +02:00
parent 58baf0fbfe
commit 799e1f13f9
1 changed files with 3 additions and 0 deletions

View File

@ -372,6 +372,9 @@ distclean-local:
clean-local:
rm -rf $(CLEANUP)
superclean: clean
rm -rf arangod/*/.deps lib/*/.deps Makefile
################################################################################
### @brief generated files
################################################################################