# Makefile for stacktest

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

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

