c5bb79625be0cf1b5f3c8de4cdaa480969c1a198
[vvhitespace] / examples / hello-world / Makefile
# (c) 2019 Aaron Taylor <ataylor at subgeniuskitty dot com>
# All rights reserved.
include ../config.mk
all: hello
hello:
$(VVS_COMPILER) -i hello.pvvs -o hello.vvs
run: hello
$(VVS_INTERPRETER) -i hello.vvs
clean:
@rm -f hello.vvs