-
Notifications
You must be signed in to change notification settings - Fork 7
/
Makefile
11 lines (11 loc) · 1014 Bytes
/
Makefile
1
2
3
4
5
6
7
8
9
10
11
all:
curl -s -X POST -d output_format=text -d output_info=compiled_code -d use_closure_library=true \
-d code_url="https://raw.githubusercontent.com/googlei18n/libphonenumber/master/javascript/i18n/phonenumbers/asyoutypeformatter.js" \
-d code_url="https://raw.githubusercontent.com/googlei18n/libphonenumber/master/javascript/i18n/phonenumbers/phonenumberutil.js" \
-d code_url="https://raw.githubusercontent.com/googlei18n/libphonenumber/master/javascript/i18n/phonenumbers/regioncodefortesting.js" \
-d code_url="https://raw.githubusercontent.com/googlei18n/libphonenumber/master/javascript/i18n/phonenumbers/phonemetadata.pb.js" \
-d code_url="https://raw.githubusercontent.com/googlei18n/libphonenumber/master/javascript/i18n/phonenumbers/metadata.js" \
-d code_url="https://raw.githubusercontent.com/googlei18n/libphonenumber/master/javascript/i18n/phonenumbers/phonenumber.pb.js" \
--data-urlencode [email protected] \
-o libphonenumber.js \
https://closure-compiler.appspot.com/compile