home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / virus / njfin112.zip / NJFIND next >
Text File  |  1989-11-20  |  312b  |  17 lines

  1. #
  2. # Nifty James' Famous File Find Utility
  3. #
  4. # Version 1.00 of 30 September 1989
  5. # (C) Copyright 1989 by Mike Blaszczak
  6. # All Rights Reserved.
  7. #
  8. # MAKEFILE for Production Version
  9. #
  10.  
  11. njfind.obj:    njfind.c
  12.     cl /W3 /Ox /c njfind.c
  13.  
  14. njfind.exe:    njfind.obj
  15.     link njfind /noi /noe /exepack /stack:4800;
  16.  
  17.