home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Fish 'n' More 2
/
fishmore-publicdomainlibraryvol.ii1991xetec.iso
/
fish
/
devs&handlers
/
btntape
/
tapemon
/
tapemon.lmk
< prev
Wrap
Text File
|
1990-10-27
|
231b
|
13 lines
# LATTICE MAKEFILE FOR TAPE MONITOR
CFLAGS= -b1 -mat -cakfsu
LIBS=LIB:lc.lib+LIB:amiga.lib
tapemon : tapemon.o
blink FROM LIB:c.o+tapemon.o TO $@ SC SD LIB $(LIBS)
tapemon.o : tapemon.c /tplink.h
LC $(CFLAGS) tapemon.c