From 2ab5269f36f35146603f9e9f14d2b0ebc44884db Mon Sep 17 00:00:00 2001 From: Hyun Min Choi Date: Fri, 9 Feb 2018 15:20:46 +0900 Subject: [PATCH] Add rand to the list of packages --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ec1f7a8..c515f98 100644 --- a/Makefile +++ b/Makefile @@ -20,7 +20,7 @@ GOFLAGS := # Set to 1 to use static linking for all builds (including tests). STATIC := -PKG := kv ycsb tpcc tpch querybench interleave +PKG := kv ycsb tpcc tpch querybench interleave rand GOPKG := $(patsubst %,./%,$(PKG)) ifeq ($(STATIC),1)