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