mirror of
https://github.com/DarkPlacesEngine/gmqcc.git
synced 2025-02-22 11:21:39 +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
|
TBIN = testsuite
|
||||||
else
|
else
|
||||||
CBIN = gmqcc.exe
|
CBIN = gmqcc.exe
|
||||||
CVIN = qcvm.exe
|
VBIN = qcvm.exe
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifndef WINDOWS
|
ifndef WINDOWS
|
||||||
|
@ -80,7 +80,7 @@ ifndef WINDOWS
|
||||||
$(TBIN): $(TOBJS)
|
$(TBIN): $(TOBJS)
|
||||||
$(CXX) $(TOBJS) -o $@
|
$(CXX) $(TOBJS) -o $@
|
||||||
|
|
||||||
test: $(TBIN)
|
test: $(CBIN) $(VBIN) $(TBIN)
|
||||||
@./$(TBIN)
|
@./$(TBIN)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue