9 lines
185 B
Plaintext
9 lines
185 B
Plaintext
# makefile for Borland C/C++ 16 bits
|
|
|
|
PROJECT: hbpp.exe
|
|
|
|
hbpp.exe : hbpp.c harb.c table.c
|
|
\borlandc\bin\bcc -ml hbpp.c harb.c table.c
|
|
del hbpp.obj
|
|
del harb.obj
|
|
del table.obj |