#
# Premakefile template by John E Elsbree, MIT Project Athena, 22 November 1987
#
# Component name:  hes
#

#
# Subdirectories that have Makefiles of their own:
#

SUBDIR	=	

#
# Names of scripts, binaries, library files, and manual pages:
#

SCRIPT	=	
BINARY	=	hes
LIBFILE	=	
MANPAGE	=	hes.1

#
# Subdirectory of lib where library files should be installed:
#

LIBDIR	=	

#
# Dependencies and instructions for making binary files:
#

hes: hes.c
	cc hes.c -lhesiod -o hes
