From: Yann Collet Date: Fri, 21 Jul 2017 18:44:39 +0000 (-0700) Subject: minor Makefile refactor X-Git-Tag: v1.3.1^2~14 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ceda7a9a589169d49c9d846d159cfb93f4eaa36e;p=thirdparty%2Fzstd.git minor Makefile refactor --- diff --git a/Makefile b/Makefile index 5e887364a..c58b54c9e 100644 --- a/Makefile +++ b/Makefile @@ -74,12 +74,8 @@ zstdmt: zlibwrapper: $(MAKE) -C $(ZWRAPDIR) test -.PHONY: shortest -shortest: - $(MAKE) -C $(TESTDIR) $@ - -.PHONY: test -test: +.PHONY: test shortest +test shortest: $(MAKE) -C $(TESTDIR) $@ .PHONY: examples