From d41380ea5d12be87e3397577ebd13d0a4063d29d Mon Sep 17 00:00:00 2001 From: Yann Collet Date: Mon, 7 Nov 2016 14:55:12 -0800 Subject: [PATCH] make zstd a phony target at root --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a5758734..856b1a07 100644 --- a/Makefile +++ b/Makefile @@ -35,8 +35,9 @@ all: lib: @$(MAKE) -C $(ZSTDDIR) +.PHONY: zstd zstd: - @$(MAKE) -C $(PRGDIR) + @$(MAKE) -C $(PRGDIR) $@ cp $(PRGDIR)/zstd$(EXT) . .PHONY: zlibwrapper