# Makefile for printf

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

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