# LISTING 5 - makefile for context-sensitive help system
# (c) 1990 C Gazette. Use freely if authorship is acknowledged

.CPP.OBJ:
	tcc -c $*.CPP

helptest.exe : helptest.obj cshelp.obj
	tcc helptest.obj cshelp.obj

helptest.obj : helptest.cpp cshelp.hpp
cshelp.obj   : cshelp.cpp cshelp.hpp lifo.hpp