home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Frozen Fish 1: Amiga
/
FrozenFish-Apr94.iso
/
bbs
/
alib
/
d3xx
/
d306
/
tree.lha
/
Tree
/
Makefile
< prev
next >
Wrap
Makefile
|
1990-01-11
|
216b
|
19 lines
# compile me with Manx 3.6; never tried Lattice on these yet . . .
all: sort tree
tree: tree.o
ln tree.o -lc
tree.o: tree.c
cc tree.c
sort: sort.o
ln sort.o -lc
sort.o: sort.c
cc sort.c
clean:
delete #?.o