#	@(#)Makefile	0.0 (Julian H. Stacey) 94 01 06

PROG=	satellite
SRCS=	satellite.c
LDADD=	-lm

SUBDIR += data

all:	index.html

clean:
	@true	# Avoid index.html being deleted.
	rm -f ${PROG} ${PROG}.o ${PROG}.1.gz  

.include <bsd.prog.mk>
.include <berklix.mk>	# Needed to support recursive make html from above.
