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

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

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

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