mirror of
https://github.com/go-i2p/go-i2pbrowser.git
synced 2025-06-07 18:24:20 -04:00
8 lines
184 B
Makefile
8 lines
184 B
Makefile
VERSION=0.0.8
|
|
|
|
fmt:
|
|
find . -name '*.go' -exec gofumpt -w -s -extra {} \;
|
|
|
|
release: fmt
|
|
gothub release -p -u eyedeekay -r "go-i2pbrowser" -t v$(VERSION) -n "lib" -d "tag for release"
|