mirror of
https://github.com/DarkPlacesEngine/gmqcc.git
synced 2024-11-23 20:33:05 +00:00
Hide execution call to testsuite with @ in Makefile
This commit is contained in:
parent
16ae493a9a
commit
d43a6c50d4
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -51,7 +51,7 @@ testsuite: $(OBJ_T)
|
|||
all: gmqcc qcvm testsuite
|
||||
|
||||
check: all
|
||||
./testsuite
|
||||
@ ./testsuite
|
||||
|
||||
clean:
|
||||
rm -f *.o gmqcc qcvm testsuite *.dat
|
||||
|
|
Loading…
Reference in a new issue