]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
minor Makefile refactor
authorYann Collet <cyan@fb.com>
Fri, 21 Jul 2017 18:44:39 +0000 (11:44 -0700)
committerYann Collet <cyan@fb.com>
Fri, 21 Jul 2017 18:44:39 +0000 (11:44 -0700)
Makefile

index 5e887364af4438d1ebc186b117bfab7dc5e34cdd..c58b54c9e658ccb8fb98386f4f5949985d0a1fef 100644 (file)
--- 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