]> git.xonotic.org Git - xonotic/gmqcc.git/commitdiff
Fixes
authorDale Weiler <weilercdale@gmail.com>
Sun, 3 Jan 2016 05:38:58 +0000 (00:38 -0500)
committerDale Weiler <weilercdale@gmail.com>
Sun, 3 Jan 2016 05:38:58 +0000 (00:38 -0500)
Makefile

index 3e1d8ddfa287d9e23b72bc1ffc54cedb65606ced..3566bdc99d15c1d12c1f12ec5eaf82b801c49706 100644 (file)
--- a/Makefile
+++ b/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