FIX, er, I mean, tweak build.py to have clean_all, which is the same as callign cleanall

This commit is contained in:
Mesalu
2018-02-08 21:49:37 -08:00
committed by Robin Dunn
parent 6305f7f747
commit 77ac0fdfe7

View File

@@ -1731,6 +1731,8 @@ def cmd_clean_vagrant(options, args):
if os.path.exists(d):
shutil.rmtree(d)
def cmd_clean_all(options, args):
cmd_cleanall(options, args)
def cmd_cleanall(options, args):
# These take care of all the object, lib, shared lib files created by the