mirror of
https://github.com/go-i2p/go-i2pbrowser.git
synced 2025-07-14 04:44:45 -04:00
8 lines
148 B
Makefile
8 lines
148 B
Makefile
VERSION=0.0.6
|
|
|
|
fmt:
|
|
gofmt -w -s *.go
|
|
|
|
release: fmt
|
|
gothub release -p -u eyedeekay -r "go-i2pbrowser" -t v$(VERSION) -n "lib" -d "tag for release"
|