2016-01-12 14:38:22 -05:00

12 lines
147 B
Makefile

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