Skip to content

Commit 31bbccd

Browse files
author
NullpointerW
committed
update builder
1 parent 1c73722 commit 31bbccd

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Makefile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,9 @@ GOBUILD=CGO_ENABLED=0 go build -ldflags '-X "github.com/NullpointerW/anicat/con
99
all:
1010
$(MAKE) windows
1111
$(MAKE) linux
12-
$(MAKE) windows-cli
13-
$(MAKE) linux-cli
12+
$(MAKE) windows-service
13+
$(MAKE) docker-build
14+
$(MAKE) docker-push
1415

1516
windows:
1617
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

Comments
 (0)