home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Frozen Fish 1: Amiga
/
FrozenFish-Apr94.iso
/
bbs
/
alib
/
d5xx
/
d528
/
keymenu.lha
/
KeyMenu
/
src.lzh
/
Makefile
< prev
Wrap
Makefile
|
1991-08-03
|
400b
|
22 lines
all: KeyMenu-Handler KeyMenu
KeyMenu-Handler: KeyMenu-Handler.o
ln KeyMenu-Handler -lc
protect KeyMenu-Handler -e
protect KeyMenu-Handler +p
KeyMenu-Handler.o: KeyMenu-Handler.asm KeyMenu-Handler.i macros.i
as KeyMenu-Handler
KeyMenu: KeyMenu.o
ln KeyMenu -lc
protect KeyMenu +p
KeyMenu.o: KeyMenu.asm KeyMenu-Handler.i KeyMenu.i macros.i
as KeyMenu
cleanup:
delete #?.o #?.dbg