Guru Prasad Srinivasa d466eb7102 Added userland/testbin
2016-02-29 20:10:59 -05:00

12 lines
162 B
Makefile

# Makefile for shelltest
TOP=../../..
.include "$(TOP)/mk/os161.config.mk"
PROG=shelltest
SRCS=shelltest.c
BINDIR=/testbin
.include "$(TOP)/mk/os161.prog.mk"