home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Black Box 4
/
BlackBox.cdr
/
progc
/
bob13.arj
/
MAKEFILE
< prev
next >
Wrap
Text File
|
1991-09-11
|
208b
|
13 lines
OFILES=bob.obj bobcom.obj bobdbg.obj bobint.obj bobfcn.obj \
bobmem.obj bobscn.obj
CFLAGS=-w-rvl -ml
.c.obj:
bcc -c $(CFLAGS) $<
bob.exe: $(OFILES)
bcc -ebob -ml $(OFILES)
$(OFILES): bob.h