PROGRAM        = program
ALGOLW_SOURCES = program.alw
C_SOURCES      = byte-access.c

# just run it, it's full of ASSERT statements
test : clean build
	./program

include awe.mk
