home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Datafile PD-CD 3
/
PDCD_3.iso
/
pocketbk
/
utilsr
/
scbank23
/
src
/
makefile
next >
Wrap
Makefile
|
1994-12-21
|
178b
|
10 lines
all : scbank.hlp
scbank.hlp : schelp.txt writehlp
makehelp schelp.txt > sca
writehlp sca > scbank.hlp
/bin/rm sca
writehlp : writehlp.c
gcc -o writehlp writehlp.c