Add shll testing tool.

This commit is contained in:
Geoffrey Challen
2016-01-12 14:38:22 -05:00
parent 002459aa19
commit 98ff530afb
3 changed files with 585 additions and 1 deletions

View File

@@ -0,0 +1,11 @@
# Makefile for shll
TOP=../../..
.include "$(TOP)/mk/os161.config.mk"
PROG=shll
SRCS=shll.c
BINDIR=/testbin
.include "$(TOP)/mk/os161.prog.mk"