Skip to content

Commit

Permalink
[js] Add a js-install target
Browse files Browse the repository at this point in the history
  • Loading branch information
pmurias committed Oct 11, 2018
1 parent 3caccd5 commit b3a57fc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tools/build/gen-js-makefile.nqp
Expand Up @@ -140,5 +140,7 @@ rule('check_nqp_version',
'tools/build/check-nqp-version.pl',
'$(PERL5) tools/build/check-nqp-version.pl $(JS_NQP)');

rule('js-install', 'j-all', '@echo "Installing the js backend is not yet implemented."');

# Stub
say("js-runner-default:")
say("js-runner-default:");

0 comments on commit b3a57fc

Please sign in to comment.