mirror of
https://github.com/DarkPlacesEngine/gmqcc.git
synced 2024-11-27 14:12:36 +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
|
check: all
|
||||||
@ ./$(TESTSUITE)
|
@ ./$(TESTSUITE)
|
||||||
|
|
||||||
# alias to check because test.o exists and people will get confused
|
|
||||||
# about the undefined references to X.
|
|
||||||
test: check
|
test: check
|
||||||
|
@ ./$(TESTSUITE)
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -f *.o $(GMQCC) $(QCVM) $(TESTSUITE) *.dat
|
rm -f *.o $(GMQCC) $(QCVM) $(TESTSUITE) *.dat
|
||||||
|
|
Loading…
Reference in a new issue