Browse Source

Merge pull request #92 from Constellation/fix-makefile

Specify the output filename of wget explicitly
api-get-refcount
Sami Vaarala 10 years ago
parent
commit
d3f1a55b9c
  1. 2
      Makefile

2
Makefile

@ -703,7 +703,7 @@ compiler-latest.zip:
closure-compiler:
# https://github.com/google/closure-compiler
@rm -f v20140814.tar.gz
$(WGET) https://github.com/google/closure-compiler/archive/v20140814.tar.gz
$(WGET) https://github.com/google/closure-compiler/archive/v20140814.tar.gz -O v20140814.tar.gz
tar xfz v20140814.tar.gz
mv closure-compiler-20140814 closure-compiler
@rm -f v20140814.tar.gz

Loading…
Cancel
Save