12 lines
162 B
Makefile
Raw Normal View History

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