File tree 1 file changed +0
-20
lines changed
1 file changed +0
-20
lines changed Original file line number Diff line number Diff line change @@ -2,22 +2,6 @@ SHELL:=/usr/bin/env bash
2
2
3
3
.DEFAULT_GOAL: =help
4
4
5
- Srv ?= push
6
- BinPath ?= bin/service.goim.$(Srv )
7
- CmdPath ?= apps/$(Srv ) /cmd/main.go
8
- CfgPath ?= apps/$(Srv ) /configs
9
- IMAGE ?= goim/$(Srv )
10
- VERSION ?= $(shell git describe --exact-match --tags 2> /dev/null || git rev-parse --abbrev-ref HEAD)
11
-
12
- # # env
13
- export ROCKETMQ_GO_LOG_LEVEL =warn
14
-
15
- # # jwt
16
- export JWT_SECRET ="goim"
17
-
18
- # # enable config center
19
- export ENABLE_CONFIG_CENTER =true
20
-
21
5
# #################################################
22
6
# Development #
23
7
# #################################################
@@ -51,10 +35,6 @@ gen-protoc: ## Run protoc command to generate pb code.
51
35
tools-install : # # Install tools.
52
36
go get -u github.com/golang/protobuf/protoc-gen-go
53
37
54
- .PHONY : generate
55
- generate : # # generate code by run go generate
56
- go generate ./...
57
-
58
38
# #################################################
59
39
# General #
60
40
# #################################################
You can’t perform that action at this time.
0 commit comments