home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Fish 'n' More 2
/
fishmore-publicdomainlibraryvol.ii1991xetec.iso
/
fish
/
languages
/
northc_384
/
top
/
makefile.old
< prev
next >
Wrap
Makefile
|
1990-08-30
|
228b
|
18 lines
#
# Makefile for the optimizer
#
OBJ = main.o io.o util.o sym.o func.o branch.o inst.o opcodes.o \
peep.o health.o data.o
CFLAGS = -O
xtop.ttp : $(OBJ)
cc $(OBJ) -o xtop.ttp
clean:
$(RM) *.o
clobber:
$(RM) *.o xtop.ttp