projects
/
xonotic
/
gmqcc.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f6bc970
)
Fixes
author
Dale Weiler <weilercdale@gmail.com>
Sun, 3 Jan 2016 05:38:58 +0000
(
00:38
-0500)
committer
Dale Weiler <weilercdale@gmail.com>
Sun, 3 Jan 2016 05:38:58 +0000
(
00:38
-0500)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index 3e1d8ddfa287d9e23b72bc1ffc54cedb65606ced..3566bdc99d15c1d12c1f12ec5eaf82b801c49706 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-61,7
+61,7
@@
VBIN = qcvm
TBIN = testsuite
else
CBIN = gmqcc.exe
-
CV
IN = qcvm.exe
+
VB
IN = qcvm.exe
endif
ifndef WINDOWS
@@
-80,7
+80,7
@@
ifndef WINDOWS
$(TBIN): $(TOBJS)
$(CXX) $(TOBJS) -o $@
-test: $(TBIN)
+test: $(
CBIN) $(VBIN) $(
TBIN)
@./$(TBIN)
endif