home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga ISO Collection
/
AmigaUtilCD2.iso
/
Programming
/
Assembler
/
DVD!OMA1.DMS
/
in.adf
/
OOMA
/
makefile
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Makefile
|
1994-10-13
|
156 b
|
9 lines
# Makefile für OOMA-Beispiel
test.obj: test.asm
OMA test.asm -o test.obj -c sq -m
test: test.obj ooma.obj
DLINK test.obj LIB ALIB:ooma.obj TO test