XCOMM $Ove Kalkan: Imakefile,v 1.0 93/5/20 00:47:05 gildea Exp $
CC= gcc
SRCS =\
	file2hex.c
OBJS =\
	file2hex.o

ComplexProgramTarget(file2hex)

