2015-12-23 00:50:04 +00:00

14 lines
218 B
Makefile

# 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"