root/user/testbin/triplemat/Makefile

/* [<][>][^][v][top][bottom][index][help] */
# Makefile for triplemat

TOP=../../..
.include "$(TOP)/mk/os161.config.mk"

PROG=triplemat
SRCS=triplemat.c ../triplehuge/triple.c
BINDIR=/testbin

.include "$(TOP)/mk/os161.prog.mk"

/* [<][>][^][v][top][bottom][index][help] */