# $Id: Makefile,v 1.1.1.2 92/11/02 18:20:54 genek Exp $
#
# Makefile for crc32 wrapper
#
# Gene Kim
# Purdue University
# October 18, 1992
#

all:	crc32.o

.c.o:
	$(CC) $(CFLAGS) -c $<

clean:
	-rm *.o

crc32.o: ../../include/byteorder.h
