Added stackrotatereverse function to VVS stdlib to complement stackrotate.
[vvhitespace] / Makefile
index 6759c97..1412ac5 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -19,7 +19,7 @@ vvc:
        $(CC) $(CC_FLAGS) -o $@ vv_compiler.c
 
 test: all
        $(CC) $(CC_FLAGS) -o $@ vv_compiler.c
 
 test: all
-       @echo "Starting test suite..."
+       @echo "Starting test suite:"
        @./vv_test.py
 
 clean:
        @./vv_test.py
 
 clean: