@@ -0,0 +1,8 @@
# Description: Makefile for building the project
BINARY_NAME=newt
ll: build
build:
go build -o bin/$(BINARY_NAME) -v
The note is not visible to the blocked user.