X-Git-Url: http://git.subgeniuskitty.com/vvhitespace/.git/blobdiff_plain/8bed3ccdaf4669b8563578a8832d333cd66aed24..048de9cca66e794792a0961ac9019833803389b1:/examples/hello-world/Makefile diff --git a/examples/hello-world/Makefile b/examples/hello-world/Makefile index 32f38a7..c5bb796 100644 --- a/examples/hello-world/Makefile +++ b/examples/hello-world/Makefile @@ -8,7 +8,7 @@ all: hello hello: $(VVS_COMPILER) -i hello.pvvs -o hello.vvs -run: +run: hello $(VVS_INTERPRETER) -i hello.vvs clean: