# $Id$
# Compat/Chez/Makefile

default:

compat: bitpattern.o mtime.o

realclean:
	rm -f *.so
	rm -f *.o

# eof
