# Makefile for btree

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

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

