12 lines
147 B
Makefile
Raw Normal View History

2016-01-12 14:38:22 -05:00
# Makefile for shll
TOP=../../..
.include "$(TOP)/mk/os161.config.mk"
PROG=shll
SRCS=shll.c
BINDIR=/testbin
.include "$(TOP)/mk/os161.prog.mk"