mirror of
https://github.com/go-i2p/go-i2pbrowser.git
synced 2025-06-09 10:44:10 -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"
|