Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
"make js-clean" actually does some cleanup
  • Loading branch information
pmurias committed Jul 30, 2014
1 parent d328e5f commit 01781f3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions tools/build/Makefile-JS.in
Expand Up @@ -110,3 +110,5 @@ node_modules/installed: $(JS_ALL)


js-clean:
$(RM_RF) gen/js/stage1 gen/js/stage2 gen/parrot/QAST gen/parrot/HLL

4 changes: 3 additions & 1 deletion tools/build/gen-js-makefile.nqp
Expand Up @@ -141,4 +141,6 @@ say('node_modules/installed: $(JS_ALL)
npm install src/vm/js/nqp-runtime-core src/vm/js/nqp-runtime-node src/vm/js/nqp-runtime gen/js/stage2/NQPCORE.setting gen/js/stage2/QRegex gen/js/stage2/nqpmo gen/js/stage2/QASTNode gen/js/stage2/QAST gen/js/stage2/NQPP6QRegex gen/js/stage2/NQPHLL
touch node_modules/installed');

say("\n\njs-clean:");
say("\n\njs-clean:
\$(RM_RF) gen/js/stage1 gen/js/stage2 gen/parrot/QAST gen/parrot/HLL
");

0 comments on commit 01781f3

Please sign in to comment.