mirror of
https://github.com/DarkPlacesEngine/gmqcc.git
synced 2024-11-23 20:33:05 +00:00
will warn about "check" no such file or directory (since it aliases in the rule for the Makefile)
This commit is contained in:
parent
fa90d2d06e
commit
0da4626417
1 changed files with 1 additions and 3 deletions
4
Makefile
4
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
|
||||
|
|
Loading…
Reference in a new issue