aboutsummaryrefslogtreecommitdiffstats
path: root/Godeps/_workspace/src/github.com/robertkrimen/otto/underscore/Makefile
blob: fc872917f02df88da951399460c9030da6035b3e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
.PHONY: source

source: source.go

underscore.js:
    curl -kL http://underscorejs.org/underscore.js > $@

source.go: underscore.js
    go-bindata -f underscore -p underscore -u true < $< 2>/dev/null | grep -v '^//' | gofmt > $@
    head -4 $< >> $@
    mv $< ..