Skip to content

Commit

Permalink
Add a dummy install rule for JS backend
Browse files Browse the repository at this point in the history
  • Loading branch information
hoelzro committed Feb 10, 2015
1 parent bdfce82 commit 0df6ef3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tools/build/Makefile-JS.in
Expand Up @@ -67,3 +67,6 @@ js-lint:
node_modules/installed: src/vm/js/nqp-runtime/*.js src/vm/js/nqp-runtime/package.json
npm install src/vm/js/nqp-runtime
touch node_modules/installed

js-install: js-all
@echo "*** The JavaScript backend can't be installed yet, sorry! ***"

0 comments on commit 0df6ef3

Please sign in to comment.