home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-387-Vol-3of3.iso / p / posixdir.zip / MAKEFILE < prev    next >
Text File  |  1993-03-17  |  108b  |  6 lines

  1. posixdir.exe:
  2.              icc -DTEST -I. posixdir.c
  3.  
  4. posixdir.obj:
  5.              icc -c -I. posixdir.c
  6.