We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6322fd commit 1e18d77Copy full SHA for 1e18d77
Makefile
@@ -33,9 +33,9 @@ ifeq ($(shell which node),)
33
endif
34
35
jsaf:
36
- git clone https://github.com/daejunpark/jsaf.git
37
- ( cd jsaf && \
38
- wget http://cs.nyu.edu/rgrimm/xtc/xtc.jar && mv xtc.jar bin/ )
+ git clone https://github.com/daejunpark/jsaf-bin.git jsaf
+ ( cd jsaf/jsaf/bin && \
+ wget http://cs.nyu.edu/rgrimm/xtc/xtc.jar )
39
40
test262:
41
git clone https://github.com/tc39/test262.git
jsmassage.sh
@@ -2,7 +2,7 @@
2
3
cmd=`basename "$0"`
4
dir=`dirname "$0"`
5
-jsaf="$dir"/jsaf
+jsaf="$dir"/jsaf/jsaf
6
7
tmp=`mktemp -d /tmp/"$cmd".XXXXXXXXXX`
8
cleanup() { rm -rf "$tmp"; }
0 commit comments