Scilab: fix test-suite clean

This commit is contained in:
Simon Marchetto 2013-09-24 12:37:11 +02:00
commit 5c7092e2cc

View file

@ -54,7 +54,7 @@ run_testcase = \
# Clean: remove the generated files
%.clean:
@rm -rf $*.build
@rm -rf $(TEST_DIR)
clean:
$(MAKE) -f $(top_builddir)/$(EXAMPLES)/Makefile scilab_clean