# Makefile for huge

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

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

