]> git.xonotic.org Git - xonotic/gmqcc.git/commitdiff
will warn about "check" no such file or directory (since it aliases in the rule for...
authorDale Weiler <killfieldengine@gmail.com>
Thu, 10 Jan 2013 20:28:53 +0000 (20:28 +0000)
committerDale Weiler <killfieldengine@gmail.com>
Thu, 10 Jan 2013 20:28:53 +0000 (20:28 +0000)
Makefile

index 85848e437aafc5db31ad6476b405537d0a27afae..33b77c9d9fe564193a0c5c83c1237d1ee4b844a9 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -150,10 +150,8 @@ all: $(GMQCC) $(QCVM) $(TESTSUITE)
 
 check: all
        @ ./$(TESTSUITE)
-
-# alias to check because test.o exists and people will get confused
-# about the undefined references to X.
 test: check
+       @ ./$(TESTSUITE)
 
 clean:
        rm -f *.o $(GMQCC) $(QCVM) $(TESTSUITE) *.dat