From: Dale Weiler Date: Thu, 10 Jan 2013 20:28:53 +0000 (+0000) Subject: will warn about "check" no such file or directory (since it aliases in the rule for... X-Git-Tag: before-library~315 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=0da46264179bc8fb72cc9192525355a74902a93d;p=xonotic%2Fgmqcc.git will warn about "check" no such file or directory (since it aliases in the rule for the Makefile) --- diff --git a/Makefile b/Makefile index 85848e4..33b77c9 100644 --- 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