# Makefile for hasher

SRCS=hasher.c
PROG=hasher
BINDIR=/testbin

include ../../defs.mk
include ../../mk/prog.mk

