forked from TrueCloudLab/certificates
Need RELEASE variable defined in make debian
This commit is contained in:
parent
856f08b1c5
commit
6476eb45a7
1 changed files with 1 additions and 0 deletions
1
Makefile
1
Makefile
|
@ -15,6 +15,7 @@ PREFIX?=
|
||||||
SRC=$(shell find . -type f -name '*.go' -not -path "./vendor/*")
|
SRC=$(shell find . -type f -name '*.go' -not -path "./vendor/*")
|
||||||
GOOS_OVERRIDE ?=
|
GOOS_OVERRIDE ?=
|
||||||
OUTPUT_ROOT=output/
|
OUTPUT_ROOT=output/
|
||||||
|
RELEASE=./.releases
|
||||||
|
|
||||||
all: lint test build
|
all: lint test build
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue