@ -0,0 +1,17 @@
BINARY_NAME=adept
all: build test
build:
go build -o ${BINARY_NAME} adept.go
test:
go test -v ./...
run:
./${BINARY_NAME}
clean:
go clean
rm ${BINARY_NAME}
The note is not visible to the blocked user.