# Makefile for matmult

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

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

