# bin2c util
# (c)2000 Dan Potter
# $Id: Makefile,v 1.1.1.1 2001/09/26 07:05:00 bardtx Exp $

all: bin2c

bin2c:
	gcc -o bin2c bin2c.c

