mirror of
https://github.com/alibaba/higress.git
synced 2026-03-07 10:00:48 +08:00
add default for Makefile.core.mk (#106)
This commit is contained in:
@@ -41,6 +41,9 @@ submodule:
|
||||
prebuild: submodule
|
||||
./script/prebuild.sh
|
||||
|
||||
.PHONY: default
|
||||
default: build
|
||||
|
||||
.PHONY: build
|
||||
build: prebuild $(OUT)
|
||||
GOOS=$(GOOS_LOCAL) GOARCH=$(GOARCH_LOCAL) LDFLAGS=$(RELEASE_LDFLAGS) script/gobuild.sh $(OUT)/ $(BINARIES)
|
||||
|
||||
Reference in New Issue
Block a user