From be64736dd4d9cd5866cbbf4833277f69c30756f0 Mon Sep 17 00:00:00 2001 From: Dale Weiler Date: Sun, 3 Jan 2016 00:38:58 -0500 Subject: [PATCH 1/1] Fixes --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.39.2