Added newlines to 'Hello, World!' examples and fixed Makefiles.
[vvhitespace] / examples / hello-world / Makefile
index 32f38a7..c5bb796 100644 (file)
@@ -8,7 +8,7 @@ all: hello
 hello:
        $(VVS_COMPILER) -i hello.pvvs -o hello.vvs
 
 hello:
        $(VVS_COMPILER) -i hello.pvvs -o hello.vvs
 
-run:
+run: hello
        $(VVS_INTERPRETER) -i hello.vvs
 
 clean:
        $(VVS_INTERPRETER) -i hello.vvs
 
 clean: