Skip to content

Commit

Permalink
s/support/tools
Browse files Browse the repository at this point in the history
  • Loading branch information
trentm committed Oct 15, 2012
1 parent 35bf74c commit ff04095
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@ testall: node_modules/.bin/nodeunit


.PHONY: cutarelease .PHONY: cutarelease
cutarelease: versioncheck cutarelease: versioncheck
./support/cutarelease.py -f package.json -f lib/jsontool.js ./tools/cutarelease.py -f package.json -f lib/jsontool.js


# Update the embedded minified "function json_parse" in lib/jsontool.js. # Update the embedded minified "function json_parse" in lib/jsontool.js.
.PHONY: update_json_parse .PHONY: update_json_parse
update_json_parse: deps/JSON-js/json_parse.js node_modules/.bin/uglifyjs update_json_parse: deps/JSON-js/json_parse.js node_modules/.bin/uglifyjs
@./support/update_json_parse.js @./tools/update_json_parse.js
File renamed without changes.
File renamed without changes.

0 comments on commit ff04095

Please sign in to comment.