X-Git-Url: http://git.subgeniuskitty.com/vvhitespace/.git/blobdiff_plain/760461306c772548a58286fd154c0c4592e5152e..2da7419427bc470dc1e03504a61f556b10f76c64:/examples/wump/Makefile diff --git a/examples/wump/Makefile b/examples/wump/Makefile index 079f0a3..1fec45e 100644 --- a/examples/wump/Makefile +++ b/examples/wump/Makefile @@ -1,12 +1,12 @@ # (c) 2019 Aaron Taylor -# All rights reserved. +# See LICENSE.txt file for copyright and license details. include ../config.mk all: wump wump: - $(CPP) $(CPP_FLAGS) -o temp.pvvs wump_strings.pvvs + $(CPP) $(CPP_FLAGS) -o temp.pvvs wump.pvvs $(VVS_COMPILER) -i temp.pvvs -o wump.vvs @rm -f temp.pvvs