Skip to content

Commit 15b85c1

Browse files
authored
prep: update Makefile for template
1 parent 4d975f9 commit 15b85c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
.PHONY: build start clean test
33

44
BUILD_DIR=bin/
5-
BINARY_NAME=ChangeThisToRepoName
5+
BINARY_NAME=$SERVICE_NAME
66

77
lint:
88
@echo "Lint check..."

0 commit comments

Comments
 (0)