Example #1
0
 def run(self):
     execute_command('library')
     clean_older()
Example #2
0
 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')
Example #3
0
 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')