Updated wumpus Makefile to match other example projects.
[vvhitespace] / examples / config.mk
CommitLineData
8bed3ccd 1# (c) 2019 Aaron Taylor <ataylor at subgeniuskitty dot com>
2da74194 2# See LICENSE.txt file for copyright and license details.
8bed3ccd
AT
3
4####################################################################################################
5# Configuration
6
7VVS_COMPILER = ../../vvc
8VVS_INTERPRETER = ../../vvi
9
10CPP = cpp
2da74194 11CPP_FLAGS = -I../../stdlib -I.