X-Git-Url: http://git.subgeniuskitty.com/vvhitespace/.git/blobdiff_plain/8bed3ccdaf4669b8563578a8832d333cd66aed24..f4523a366b4cdb86a137ca9edcefde923263d126:/examples/hello-stdlib/Makefile diff --git a/examples/hello-stdlib/Makefile b/examples/hello-stdlib/Makefile index b8609e1..b94d87d 100644 --- a/examples/hello-stdlib/Makefile +++ b/examples/hello-stdlib/Makefile @@ -10,7 +10,7 @@ hello: $(VVS_COMPILER) -i temp.pvvs -o hello.vvs @rm -f temp.pvvs -run: +run: hello $(VVS_INTERPRETER) -i hello.vvs clean: