home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Fred Fish Collection 1.5
/
ffcollection-1-5-1992-11.iso
/
ff_disks
/
300-399
/
ff384.lzh
/
NorthC
/
Example2.LZH
/
disass
/
Makefile
< prev
next >
Wrap
Makefile
|
1990-08-30
|
273b
|
15 lines
# Makefile for disass from Martin Combs
disass: disass.o
blink with $*.blink
# Use the optimiser it not only makes the code smaller it also puts the
# text at the front
.c.o:
NorthC -Ot:$*.s $*.c
top t:$*.s t:$*.s1
a68k -g -q -O$*.o t:$*.s1
delete t:$*.s t:$*.s1