From: Yann Collet Date: Mon, 7 Nov 2016 22:55:12 +0000 (-0800) Subject: make zstd a phony target at root X-Git-Tag: v1.1.2~84 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d41380ea5d12be87e3397577ebd13d0a4063d29d;p=thirdparty%2Fzstd.git make zstd a phony target at root --- diff --git a/Makefile b/Makefile index a57587341..856b1a07b 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