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 >
Makefile  |  1988-07-11  |  92b  |  8 lines

  1. Both:    entab detab
  2.  
  3. entab:    entab.c
  4.     cc -o entab entab.c
  5.  
  6. detab:    detab.c
  7.     cc -o detab detab.c
  8.