12 lines
162 B
Makefile
Raw Normal View History

2016-02-29 20:10:59 -05:00
# Makefile for shelltest
TOP=../../..
.include "$(TOP)/mk/os161.config.mk"
PROG=shelltest
SRCS=shelltest.c
BINDIR=/testbin
.include "$(TOP)/mk/os161.prog.mk"