# bin2c util
# (c)2000 Dan Potter
# $Id: Makefile,v 1.1 2000/11/12 01:19:32 bard Exp $

all: bin2c

bin2c:
	gcc -o bin2c bin2c.c

