From: Dale Weiler Date: Sun, 6 Jan 2013 15:12:46 +0000 (+0000) Subject: Add test alias to check for make file X-Git-Tag: before-library~359^2~1 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=ecb83404abbb0e7072873a0f99a8a9fcf5ec934b;p=xonotic%2Fgmqcc.git Add test alias to check for make file --- diff --git a/Makefile b/Makefile index c017832..321c8f2 100644 --- a/Makefile +++ b/Makefile @@ -98,6 +98,10 @@ 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 + clean: rm -f *.o $(GMQCC) $(QCVM) $(TESTSUITE) *.dat