From: Dale Weiler Date: Sun, 2 Dec 2012 23:58:13 +0000 (+0000) Subject: Hide execution call to testsuite with @ in Makefile X-Git-Tag: 0.1.9~122 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=d43a6c50d4121d04a91e3e68e011af9007693632;p=xonotic%2Fgmqcc.git Hide execution call to testsuite with @ in Makefile --- diff --git a/Makefile b/Makefile index 29d91c4..3485193 100644 --- a/Makefile +++ b/Makefile @@ -51,7 +51,7 @@ testsuite: $(OBJ_T) all: gmqcc qcvm testsuite check: all - ./testsuite + @ ./testsuite clean: rm -f *.o gmqcc qcvm testsuite *.dat