From cc54b5516d5106336a016cc36135141319a97690 Mon Sep 17 00:00:00 2001 From: "dennis.wu" Date: Fri, 19 Apr 2019 04:04:18 -0400 Subject: [PATCH] add jemallocat test depend on memkind in makefile --- deps/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deps/Makefile b/deps/Makefile index a5eb866c..f5953462 100755 --- a/deps/Makefile +++ b/deps/Makefile @@ -99,7 +99,7 @@ jemalloc: .make-prerequisites .PHONY: jemalloc -jemallocat: .make-prerequisites +jemallocat: .make-prerequisites memkind @printf '%b %b\n' $(MAKECOLOR)MAKE$(ENDCOLOR) $(BINCOLOR)$@$(ENDCOLOR) cd jemallocat && make