def run(self): execute_command('library') clean_older()
def run(self): assert os.getcwd() == self.cwd, 'Must be in package root: %s' % self.cwd execute('rm -Rf %s.so ./build/temp* ./dist echomesh.cpp' % CONFIG.module_name) execute_command('clean')
def run(self): assert os.getcwd( ) == self.cwd, 'Must be in package root: %s' % self.cwd execute('rm -Rf %s.so ./build/temp* ./dist echomesh.cpp' % CONFIG.module_name) execute_command('clean')