include ../makefile.inc

DEFINES=-DLSI_C

OBJS = watch.obj calendar.obj common.obj

CC = lcc86

all:	watch.fx

watch.fx:	watch.bin watch.fr

watch.bin:	$(OBJS)

watch.fr:	watch.bmp
	bmpcnv watch

watch.obj:		watch.c
calender.obj:	calendar.c
common.obj:		common.c
