diff --git a/Makefile b/Makefile index 5e887364..c58b54c9 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