Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
eyedeekay committed Dec 14, 2021
1 parent b10266f commit 6655d30
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Makefile
Expand Up @@ -4,15 +4,16 @@ USER_GH=eyedeekay
VERSION=0.0.38
PWD=`pwd`

ARG=-v -tags netgo,osusergo -ldflags '-w -s -extldflags "-static"'
ARG=-v -tags netgo,osusergo -ldflags '-w -s'
#ARG=-v -tags netgo,osusergo -ldflags '-w -s -extldflags "-static"'

plugins: clean index
GOOS=windows GOARCH=amd64 CGO_ENABLED=1 CC=x86_64-w64-mingw32-gcc CXX=x86_64-w64-mingw32-g++ make windows snowflake-plugin
GOOS=linux GOARCH=amd64 make docker snowflake-plugin
#GOOS=darwin GOARCH=amd64 make snowflake-plugin

clean:
rm -frv proxy proxy.exe snowflake snowflake.exe $(REPO_NAME) $(REPO_NAME).exe plugin snowflake-zip snowflake-zip-win *.su3 *.zip
rm -frv proxy proxy.exe snowflake snowflake.exe snowflake-windows snowflake-windows.exe $(REPO_NAME) $(REPO_NAME).exe plugin snowflake-zip snowflake-zip-win *.su3 *.zip
find . -name '*.go' -exec gofmt -w -s {} \;

snowflake:
Expand Down

0 comments on commit 6655d30

Please sign in to comment.