X-Git-Url: https://git.xonotic.org/?p=xonotic%2Fgmqcc.git;a=blobdiff_plain;f=Makefile;h=3566bdc99d15c1d12c1f12ec5eaf82b801c49706;hp=3e1d8ddfa287d9e23b72bc1ffc54cedb65606ced;hb=be64736dd4d9cd5866cbbf4833277f69c30756f0;hpb=f6bc9705d2bb61025f09b6ebf11e07ea42a52e14 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