X-Git-Url: http://git.subgeniuskitty.com/vvhitespace/.git/blobdiff_plain/8bed3ccdaf4669b8563578a8832d333cd66aed24..f10da6e3fe5928f0d15bc71487a4591e1fb2dbff:/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: