12 lines
168 B
Makefile
Raw Normal View History

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