Skip to content

Commit

Permalink
Fix stray smart quote in Makefile
Browse files Browse the repository at this point in the history
fixes jscodec#5
  • Loading branch information
bvibber committed Feb 17, 2017
1 parent 0bfc5f5 commit 92593ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ build-release:
mkdir build
VERSION=`node -pe "require('./package.json').version"` && \
browserify src/main.js -t [ envify purge --MODE global ] | \
tee build/flare-vpx-$$VERSION".js
tee build/flare-vpx-"$$VERSION".js



0 comments on commit 92593ff

Please sign in to comment.