home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Crawly Crypt Collection 1
/
crawlyvol1.bin
/
program
/
compiler
/
bob13st
/
makefile
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Makefile
|
1991-12-23
|
152 b
|
8 lines
OFILES = bob.o bobcom.o bobdbg.o bobint.o bobfcn.o bobmem.o bobscn.o
TAR = bob.ttp
$(TAR): $(OFILES)
cc $(OFILES) -o $(TAR)
$(OFILES): bob.h