We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c73722 commit 31bbccdCopy full SHA for 31bbccd
Makefile
@@ -9,8 +9,9 @@ GOBUILD=CGO_ENABLED=0 go build -ldflags '-X "github.com/NullpointerW/anicat/con
9
all:
10
$(MAKE) windows
11
$(MAKE) linux
12
- $(MAKE) windows-cli
13
- $(MAKE) linux-cli
+ $(MAKE) windows-service
+ $(MAKE) docker-build
14
+ $(MAKE) docker-push
15
16
windows:
17
GOARCH=amd64 GOOS=windows CGO_ENABLED=0 go build -ldflags '-X "github.com/NullpointerW/anicat/conf.Ver=$(VERSION)" -H=windowsgui' -o $(BUILDIR)/$(NAME)-$@-amd64.exe
0 commit comments