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)