]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
Make test PHONY target
authorJennifer Liu <jenniferliu620@fb.com>
Tue, 17 Jul 2018 19:42:53 +0000 (12:42 -0700)
committerJennifer Liu <jenniferliu620@fb.com>
Tue, 17 Jul 2018 19:42:53 +0000 (12:42 -0700)
contrib/randomDictBuilder/Makefile

index 8360a4091f96ac0edfe13ff36e5bd72b1d8c9de9..678ff28a8b0917458336713a9c4de3ca6cd47640 100644 (file)
@@ -6,6 +6,7 @@ ARG :=
 
 all: main run clean
 
+.PHONY: test
 test: main testrun testshell clean
 
 .PHONY: run