root/user/testbin/psort/Makefile

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

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

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

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


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