# Makefile for draw

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

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

