Files
i2pkeys/Makefile

14 lines
284 B
Makefile
Raw Normal View History

2018-11-25 14:20:40 -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