diff --git a/Makefile b/Makefile index 6ac13f7..9f9e94f 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ .PHONY: all test build docker install clean proto check_protoc -CMD_NAME := demo-app +CMD_NAME := go-server-with-otel VERSION ?= development API_DIR := api/ PROTO_DIRS := $(wildcard proto/demo/app/*) # TODO: Update path (probably not demo)