home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Developer CD 2.1
/
Amiga Developer CD v2.1.iso
/
Extras
/
Development
/
Example_Code_v37
/
AmigaMail
/
AMCX
/
smakefile
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Makefile
|
1996-03-17
|
194 b
|
13 lines
CFLAGS = nostackcheck structureequivalence ignore=73
all: HotKey Broker
HotKey: HotKey.c
sc link $(CFLAGS) HotKey.c
Broker: Broker.c
sc link $(CFLAGS) Broker.c
clean:
-delete \#?.(o|lnk)