Browse Source

cleanup ms_print temp files

pull/1/head
Sami Vaarala 11 years ago
parent
commit
3df6a4fbe4
  1. 2
      Makefile

2
Makefile

@ -180,7 +180,7 @@ clean:
-@rm -f doc/*.html -@rm -f doc/*.html
-@rm -f src/*.pyc -@rm -f src/*.pyc
-@rm -rf duktape-* # covers various files and dirs -@rm -rf duktape-* # covers various files and dirs
-@rm -rf massif.out.* -@rm -rf massif.out.* ms_print.tmp.*
-@rm -rf /tmp/duktape-regfuzz/ -@rm -rf /tmp/duktape-regfuzz/
-@rm -f /tmp/duk-test.log /tmp/duk-vgtest.log /tmp/duk-api-test.log -@rm -f /tmp/duk-test.log /tmp/duk-vgtest.log /tmp/duk-api-test.log
-@rm -f /tmp/duk-test262.log /tmp/duk-test262-filtered.log -@rm -f /tmp/duk-test262.log /tmp/duk-test262-filtered.log

Loading…
Cancel
Save