Skip to content

Commit

Permalink
use JSX_RUNJS
Browse files Browse the repository at this point in the history
  • Loading branch information
gfx committed Jun 16, 2013
1 parent 1667f10 commit 760fe4b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ jshello: nore
./nore hello.js foo bar

jsxhello: nore
jsx --output hello.jsx.js --executable node hello.jsx
./nore hello.jsx.js foo bar
JSX_RUNJS=./nore jsx --run hello.jsx foo bar

nore: main.c
$(CC) $(OPTIMIZE) -Wall -Wextra -g -framework JavaScriptCore -o $@ $<
Expand Down

0 comments on commit 760fe4b

Please sign in to comment.