Skip to content

Commit 48baa41

Browse files
authored
Merge pull request #601 from rphillips/add_prefix
add prefix to Makefile
2 parents ac46ccb + 3ac1563 commit 48baa41

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: Makefile

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ GOTOOLS_GOPATH ?= $(BUILD_DIR)/gotools
88
GOTOOLS_BINDIR ?= $(GOTOOLS_GOPATH)/bin
99
GINKGO_FLAGS ?= -vv --trace --race --randomize-all --flake-attempts 3 --progress --timeout 5m -r pkg/client
1010
PACKAGE_NAME ?= $(shell cargo metadata --no-deps --format-version 1 | jq -r '.packages[2] | [ .name, .version ] | join("-")')
11+
PREFIX ?= /usr
1112
CI_TAG ?=
1213

1314
default:

0 commit comments

Comments
 (0)