home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Fish 'n' More 2
/
fishmore-publicdomainlibraryvol.ii1991xetec.iso
/
fish
/
languages
/
northc_384
/
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