fix package name
This commit is contained in:
parent
4e23b8de1c
commit
6374aabd64
2
Makefile
2
Makefile
@ -1,6 +1,6 @@
|
|||||||
.PHONY: all test build docker install clean proto check_protoc
|
.PHONY: all test build docker install clean proto check_protoc
|
||||||
|
|
||||||
CMD_NAME := demo-app
|
CMD_NAME := go-server-with-otel
|
||||||
VERSION ?= development
|
VERSION ?= development
|
||||||
API_DIR := api/
|
API_DIR := api/
|
||||||
PROTO_DIRS := $(wildcard proto/demo/app/*) # TODO: Update path (probably not demo)
|
PROTO_DIRS := $(wildcard proto/demo/app/*) # TODO: Update path (probably not demo)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user