From ceda7a9a589169d49c9d846d159cfb93f4eaa36e Mon Sep 17 00:00:00 2001 From: Yann Collet Date: Fri, 21 Jul 2017 11:44:39 -0700 Subject: [PATCH] minor Makefile refactor --- Makefile | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) 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