# Makefile for bigprog

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

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

