togoist/web/Makefile

17 lines
348 B
Makefile
Raw Normal View History

2016-10-09 18:17:33 +00:00
all: togoist
.PHONY: dependencies
dependencies:
go get -u github.com/gopherjs/gopherjs
go get -u github.com/bep/debounce
go get -u github.com/gopherjs/jquery
2016-10-09 21:08:03 +00:00
go get -u go get github.com/go-humble/locstor
2016-10-09 18:17:33 +00:00
go get -u gitlab.com/chrissexton/togoist
togoist: togoist.go web.go dependencies
2016-10-09 18:10:34 +00:00
@go generate
clean:
rm -f togoist.js togoist.js.map