# It's simple...
# NOTE: The maze program doesn't work on x86 systems, might be a byte order
# problem.

maze: mazeansi.c
	cc -o maze mazeansi.c
