root/user/my-testbin/example/Makefile

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

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

PROG=example
SRCS=$(PROG).c

BINDIR=/my-testbin

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


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