CC	= lc
LN	= blink

LIBS = LIB:lc.lib LIB:amiga.lib

.c.o:
		$(CC) -cfist $*.c

mouse:	mouse.o simplerexx.o
		$(LN) FROM LIB:c.o,rexxvars.o,simplerexx.o,mouse.o TO mouse LIBRARY $(LIBS)
