#
# Biorythm for WonderSWAN
#

include makefile.inc

all:	bio.fx

bio.fx:	bio.bin bio.cf
bio.bin:	bio.obj graph.obj math.obj date.obj
bio.obj:	bio.c graph.h math.h date.h
graph.obj:	graph.c graph.h
math.obj:	math.c math.h
date.obj:	date.c date.h
