home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.0 / NeXTSTEP3.0.iso / NextDeveloper / Examples / UNIX / SCSI / Makefile next >
Encoding:
Makefile  |  1992-07-24  |  120 b   |  6 lines

  1. # makefile for Generic SCSI example program (sg_example.c)
  2.  
  3. sg_example:    sg_example.c
  4.         cc -o sg_example sg_example.c
  5.         
  6.