axf-os161 / userland / testbin / usemtest / Makefile
Makefile
Raw
# Makefile for usemtest

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

PROG=usemtest
SRCS=usemtest.c
BINDIR=/testbin
HOSTBINDIR=/hostbin

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