source: node_modules/format/Makefile

main
Last change on this file was d24f17c, checked in by Aleksandar Panovski <apano77@…>, 15 months ago

Initial commit

  • Property mode set to 100644
File size: 224 bytes
Line 
1minify: real-minify test-minified
2
3real-minify: format.js
4 rm -f format-min.js
5 closure <format.js >|format-min.js
6
7test:
8 node test_format.js
9
10test-minified:
11 node test_format.js ./format-min.js
12
13.PHONY: test test-minified
Note: See TracBrowser for help on using the repository browser.