@ -0,0 +1,16 @@
SRCS != find ./ -type f -name '*.go'
GO ?= go
BIN_DIR ?= bin
BIN_NAME ?= urbanterror-agones
bin: ${SRCS}
${GO} build -o ${BIN_DIR}/${BIN_NAME} ./cmd/urbanterror-agones/
test: bin
${GO} test ./...
run: bin
${BIN_DIR}/${BIN_NAME}
.PHONY: test run
The note is not visible to the blocked user.