12 lines
159 B
Makefile
Raw Normal View History

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