Need RELEASE variable defined in make debian

This commit is contained in:
max furman 2021-06-23 13:30:30 -07:00
parent 856f08b1c5
commit 6476eb45a7

View file

@ -15,6 +15,7 @@ PREFIX?=
SRC=$(shell find . -type f -name '*.go' -not -path "./vendor/*")
GOOS_OVERRIDE ?=
OUTPUT_ROOT=output/
RELEASE=./.releases
all: lint test build