$Id: README,v 1.1 1998/02/19 12:25:44 tiggr Exp $

This directory contains a few small example programs.  No makefiles are
provided; copy the particular source file to some directory and write your
own four-line makefile:

	UNIT=myfile
	TOM_SRC=myfile
	TOM_MAKEFILES_DIR=/some/where/tom/makefiles
	include $(TOM_MAKEFILES_DIR)/GNUmakefile.bin
