From: Dale Weiler Date: Sun, 3 Jan 2016 05:38:58 +0000 (-0500) Subject: Fixes X-Git-Tag: xonotic-v0.8.2~3 X-Git-Url: https://git.xonotic.org/?p=xonotic%2Fgmqcc.git;a=commitdiff_plain;h=be64736dd4d9cd5866cbbf4833277f69c30756f0 Fixes --- diff --git a/Makefile b/Makefile index 3e1d8dd..3566bdc 100644 --- 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