mirror of
https://github.com/DarkPlacesEngine/gmqcc.git
synced 2025-02-20 18:32:01 +00:00
Fixes
This commit is contained in:
parent
f6bc9705d2
commit
be64736dd4
1 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
@ -61,7 +61,7 @@ VBIN = qcvm
|
|||
TBIN = testsuite
|
||||
else
|
||||
CBIN = gmqcc.exe
|
||||
CVIN = qcvm.exe
|
||||
VBIN = qcvm.exe
|
||||
endif
|
||||
|
||||
ifndef WINDOWS
|
||||
|
@ -80,7 +80,7 @@ ifndef WINDOWS
|
|||
$(TBIN): $(TOBJS)
|
||||
$(CXX) $(TOBJS) -o $@
|
||||
|
||||
test: $(TBIN)
|
||||
test: $(CBIN) $(VBIN) $(TBIN)
|
||||
@./$(TBIN)
|
||||
endif
|
||||
|
||||
|
|
Loading…
Reference in a new issue