mirror of
https://github.com/xxnuo/MTranServer.git
synced 2026-09-03 06:35:20 +08:00
Update Makefile
This commit is contained in:
4
Makefile
4
Makefile
@@ -53,6 +53,6 @@ build: generate-docs
|
||||
@go build -ldflags "$(LDFLAGS)" -o ./dist/mtranserver-$(GOOS)-$(GOARCH)$(SUFFIX) ./cmd/mtranserver
|
||||
@echo "Built successfully"
|
||||
|
||||
dev: build-ui generate-docs
|
||||
dev: generate-docs
|
||||
@echo "Building version $(VERSION)..."
|
||||
MT_LOG_LEVEL=debug MT_ENABLE_UI=true MT_API_TOKEN=test go run -ldflags "$(LDFLAGS)" ./cmd/mtranserver/main.go
|
||||
MT_LOG_LEVEL=debug MT_ENABLE_UI=true go run -ldflags "$(LDFLAGS)" ./cmd/mtranserver/main.go
|
||||
Reference in New Issue
Block a user