Merge pull request #740 from mesalu/clean_all

add cmd_clean_all to build.py
This commit is contained in:
Robin Dunn
2018-02-13 18:02:42 -08:00
committed by GitHub

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