# Header for the MAC port for Scheme->C

unpack:	unpack.c
	cc -o unpack unpack.c

sourcefiles:
	pack sourcefiles

# End of header
