Navigation Menu

Skip to content

Commit

Permalink
Makefile should use local binaries, not global
Browse files Browse the repository at this point in the history
  • Loading branch information
tmcw committed Jul 24, 2013
1 parent 09c10ae commit a6a6ff1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Expand Up @@ -2,9 +2,9 @@
all: build test site

build:
jison src/jsonlint.y src/jsonlint.l
./node_modules/jison/lib/cli.js src/jsonlint.y src/jsonlint.l
mv jsonlint.js lib/jsonlint.js
node scripts/bundle.js | uglifyjs > web/jsonlint.js
node scripts/bundle.js | ./node_modules/uglify-js/bin/uglifyjs > web/jsonlint.js

site:
cp web/jsonlint.js ../jsonlint-pages/jsonlint.js
Expand Down

0 comments on commit a6a6ff1

Please sign in to comment.