From e6fe4058388c820444a80d9d10aa5d840fab3c0c Mon Sep 17 00:00:00 2001 From: Jennifer Liu Date: Tue, 17 Jul 2018 12:42:53 -0700 Subject: [PATCH] Make test PHONY target --- contrib/randomDictBuilder/Makefile | 1 + 1 file changed, 1 insertion(+) 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