os161 / userland / testbin / dirtest / Makefile
Makefile
Raw
# Makefile for dirtest

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

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

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