Hide execution call to testsuite with @ in Makefile

This commit is contained in:
Dale Weiler 2012-12-02 23:58:13 +00:00
parent 16ae493a9a
commit d43a6c50d4

View file

@ -51,7 +51,7 @@ testsuite: $(OBJ_T)
all: gmqcc qcvm testsuite
check: all
./testsuite
@ ./testsuite
clean:
rm -f *.o gmqcc qcvm testsuite *.dat