update makefile again
This commit is contained in:
parent
5ba4dcca77
commit
266621e320
6
Makefile
6
Makefile
@ -13,11 +13,9 @@ LDFLAGS="-X \"main.versionInfo=${PKG_VER}-${CI_PIPELINE_ID} built at $(shell dat
|
||||
all: build test
|
||||
|
||||
#build: build.spec build.server
|
||||
build: build.game
|
||||
build: distclean build.deps build.game
|
||||
|
||||
build.game:
|
||||
build.game.linux64
|
||||
build.game.win64
|
||||
build.game: build.game.linux64 build.game.win64
|
||||
|
||||
build.deps:
|
||||
GIT_SSL_NO_VERIFY=true $(GO) mod vendor
|
||||
|
Loading…
x
Reference in New Issue
Block a user