From 5a5395a514b9e4509f141ee56751e3dd786bc99d Mon Sep 17 00:00:00 2001 From: Bernhard Urban Date: Mon, 30 Apr 2012 14:05:59 +0200 Subject: [PATCH] Makefile: s/test/tests/g autocompletion always wants to expand to `make tests', since there is a directory `tests' *sigh* --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 48f9c92..4fb6df1 100644 --- a/Makefile +++ b/Makefile @@ -19,7 +19,7 @@ GHC_LD := -optl-Xlinker -optl-x all: mate $(CLASS_FILES) -test: mate $(TEST_CLASS_FILES) +tests: mate $(TEST_CLASS_FILES) %: %.class mate @./tools/openjdktest.sh $@ -- 2.25.1