#
# Makefile for Manx aztec C.
#
.c.o:
	cc -o $*.o +L $*.c

CloseMe:	CloseMe.o
	ln -o CloseMe CloseMe.o -lc32
