home *** CD-ROM | disk | FTP | other *** search
/ Simtel MSDOS 1992 December / simtel1292_SIMTEL_1292_Walnut_Creek.iso / msdos / c / help.arc / MAKEFILE < prev    next >
Text File  |  1988-03-10  |  508b  |  26 lines

  1. #/* Help: (C) Copyright 1986 Michael A. Shiels
  2. #   
  3. #   This program is Copyright by Michael Shiels and may be given away and
  4. #   used in other programs as long as the Copyright notices are not removed
  5. #   or altered.  No profit can be made from the distribution of this product
  6. #   except by the author.
  7. #*/
  8. # HELP Makefile
  9. #
  10.  
  11. help.exe :    help.obj helpdir.obj
  12.     $(CLINK) mshiels;
  13.  
  14. # Dependants
  15.  
  16. help.obj :    help.c
  17.  
  18. helpdir.obj :    helpdir.c
  19.  
  20. help.c :    helpdir.h
  21.  
  22. helpdir.c :    helpdir.h
  23.  
  24.  
  25.  
  26.