From: Jennifer Liu Date: Tue, 17 Jul 2018 19:42:53 +0000 (-0700) Subject: Make test PHONY target X-Git-Tag: v0.0.29~62^2~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e6fe4058388c820444a80d9d10aa5d840fab3c0c;p=thirdparty%2Fzstd.git Make test PHONY target --- diff --git a/contrib/randomDictBuilder/Makefile b/contrib/randomDictBuilder/Makefile index 8360a4091..678ff28a8 100644 --- a/contrib/randomDictBuilder/Makefile +++ b/contrib/randomDictBuilder/Makefile @@ -6,6 +6,7 @@ ARG := all: main run clean +.PHONY: test test: main testrun testshell clean .PHONY: run