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

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

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

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