Skip to content
Snippets Groups Projects

make clean before building sda

Merged Eleni Mathioulaki requested to merge sda-make-clean into master
1 file
+ 5
0
Compare changes
  • Side-by-side
  • Inline
+ 5
0
@@ -50,6 +50,11 @@ class Sda(MakefilePackage):
install_tree('examples', prefix.examples)
install_tree('lib', prefix.lib)
@run_before('build')
def make_clean(self):
with working_dir('src'):
make("clean")
@run_after('install')
def test_install(self):
# run random test