home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Frozen Fish 1: Amiga
/
FrozenFish-Apr94.iso
/
bbs
/
alib
/
d3xx
/
d305
/
mackie.lha
/
Mackie
/
Makefile
< prev
next >
Wrap
Makefile
|
1990-01-17
|
205b
|
15 lines
all: mackie
# if you want help-key processing, add `-DHELPKEY' to the following line.
CFLAGS= -DHELPKEY
mackie: mackie.o
ln mackie.o -lc
mackie.o: mackie.c
cc $(CFLAGS) mackie.c
clean:
delete #?.o