2018-11-25 14:20:40 -05:00
|
|
|
|
2018-11-25 14:26:53 -05:00
|
|
|
echo:
|
|
|
|
@echo "$(GOPATH)"
|
|
|
|
|
|
|
|
fmt:
|
|
|
|
find . -path ./.go -prune -o -name "*.go" -exec gofmt -w {} \;
|
|
|
|
find . -path ./.go -prune -o -name "*.i2pkeys" -exec rm {} \;
|
|
|
|
|
2018-11-25 14:20:40 -05:00
|
|
|
build:
|
|
|
|
go build -a -tags netgo -ldflags '-w -extldflags "-static"'
|
|
|
|
|
|
|
|
install:
|
|
|
|
install -m755 i2pkeys /usr/local/bin/i2pkeys
|