#
#	Makefile for 'gothic' banner print program.
#
gbanner:	gothic0.o gothic1.o
		cc -o gbanner gothic0.o gothic1.o -s
