# $Id: Makefile,v 1.3 1996/06/04 08:51:30 paul Exp $
CC=mcc
CFLAGS=  -D_MINIX -D_POSIX_SOURCE
AS=mcc

all: sunread 

sunread: sunread.o 
	$(CC) -o sunread -S 4kw sunread.o

clean:
	rm -f *.o core sunread
