#
# NOTE: This makefile assumes a Unix system.  If you're using DOS, you MUST
# build with the GO32 version of the compiler (called tadsc, not tc).  If
# you're using a max, you'll have to set all the compilation parameters
# in the compiler's options dialog box.
#
legend:
	tadsc -s -ds -mp16000  -DPLAYTESTING legend.t

production:
	tadsc -s -mp16000  legend.t
