home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Club Amiga de Montreal - CAM
/
CAM_CD_1.iso
/
files
/
556b.lha
/
DiamondQuest_v1.1
/
DiamondSource
/
makefile
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Makefile
|
1991-09-18
|
229 b
|
12 lines
# makefile for DiamondQuest #
DiamondQuest : DiamondQuest.obj
cd ram:
Blink DiamondQuest.o lib amiga.lib to DiamondQuest
DiamondQuest.obj : DiamondQuest.asm
cd include:
asm ram:DiamondQuest.asm
# end of makefile #