home *** CD-ROM | disk | FTP | other *** search
- #/* Help: (C) Copyright 1986 Michael A. Shiels
- #
- # This program is Copyright by Michael Shiels and may be given away and
- # used in other programs as long as the Copyright notices are not removed
- # or altered. No profit can be made from the distribution of this product
- # except by the author.
- #*/
- # HELP Makefile
- #
-
- help.exe : help.obj helpdir.obj
- $(CLINK) mshiels;
-
- # Dependants
-
- help.obj : help.c
-
- helpdir.obj : helpdir.c
-
- help.c : helpdir.h
-
- helpdir.c : helpdir.h
-
-
-
-