Makefile: s/test/tests/g
authorBernhard Urban <lewurm@gmail.com>
Mon, 30 Apr 2012 12:05:59 +0000 (14:05 +0200)
committerBernhard Urban <lewurm@gmail.com>
Mon, 30 Apr 2012 12:20:07 +0000 (14:20 +0200)
autocompletion always wants to expand to `make tests', since
there is a directory `tests' *sigh*

Makefile

index 48f9c92748f7fdc39a9130593816af6e1327d759..4fb6df1c6b99b0f73b11d013e6e72b2b417afa18 100644 (file)
--- 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 $@