build for many platforms, make it easier to install

This commit is contained in:
idk
2019-11-16 21:46:01 -05:00
parent eb0703485f
commit 01153a9ee8

View File

@ -1,5 +1,5 @@
VERSION=0.0.1
VERSION=0.0.2
APP=i2p-tools-1
USER_GH=eyedeekay
@ -23,7 +23,7 @@ build:
-ldflags '-w -extldflags "-static"' -o i2p-tools-$(GOOS)-$(GOARCH)
clean:
rm i2p-tools-*ls *.key *.i2pKeys *.crt *.crl *.pem tmp -rf
rm i2p-tools-* *.key *.i2pKeys *.crt *.crl *.pem tmp -rf
binary:
GOOS=darwin GOARCH=amd64 make build