home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Frozen Fish 1: Amiga
/
FrozenFish-Apr94.iso
/
bbs
/
alib
/
d3xx
/
d325
/
farprint.lha
/
FarPrint
/
MakeFile
< prev
next >
Wrap
Makefile
|
1990-02-27
|
270b
|
17 lines
all: FarPrint FarTest
FarPrint: FarPrint.o
LN FarPrint.o detach.o32 -La32 -Lc32 +CD
FarPrint.o: FarPrint.c
CC FarPrint.c +L
FarTest: FarTest.o Link.o
LN FarTest.o Link.o -Lc32
FarTest.o: FarTest.c
CC FarTest.c +L
Link.o: Link.asm
AS Link.asm