home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Fred Fish Collection 1.5
/
ffcollection-1-5-1992-11.iso
/
ff_disks
/
300-399
/
ff314.lha
/
zc
/
zc.lzh
/
Examples
/
Stdio
/
Tabs
/
Makefile
< prev
next >
Wrap
Makefile
|
1988-07-11
|
92b
|
8 lines
Both: entab detab
entab: entab.c
cc -o entab entab.c
detab: detab.c
cc -o detab detab.c