# $Id: Makefile,v 1.1.1.1 1999/09/08 06:42:36 davem Exp $
afbinit: afbinit.c
	gcc -Wa,-Av9a -O -o afbinit afbinit.c

clean:
	rm -f afbinit afbinit.o
