# Makefile for add

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

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

