Added a 'Hello, World!" tutorial that links Whitespace example to VVhitespace+stdlib.
[vvhitespace] / examples / hello-stdlib / Makefile
index b8609e1..b94d87d 100644 (file)
@@ -10,7 +10,7 @@ hello:
        $(VVS_COMPILER) -i temp.pvvs -o hello.vvs
        @rm -f temp.pvvs
 
        $(VVS_COMPILER) -i temp.pvvs -o hello.vvs
        @rm -f temp.pvvs
 
-run:
+run: hello
        $(VVS_INTERPRETER) -i hello.vvs
 
 clean:
        $(VVS_INTERPRETER) -i hello.vvs
 
 clean: