This repository has been archived on 2021-08-10. You can view files and clone it, but cannot push or open issues or pull requests.
gtools/Makefile
Michael 15e52bd393 router and tpl packages
Signed-off-by: Michael <michael.lindman@gmail.com>
2021-03-09 01:32:31 +00:00

14 lines
138 B
Makefile

doc:
godoc -http=:6090 -index
debs:
go get ./...
update-debs:
go get -u ./...
fmt:
gofmt -l -s .
.PHONY: doc debs update-debs fmt