Added userland/testbin
This commit is contained in:
11
userland/testbin/consoletest/Makefile
Normal file
11
userland/testbin/consoletest/Makefile
Normal file
@@ -0,0 +1,11 @@
|
||||
# Makefile for consoletest
|
||||
|
||||
TOP=../../..
|
||||
.include "$(TOP)/mk/os161.config.mk"
|
||||
|
||||
PROG=consoletest
|
||||
SRCS=consoletest.c
|
||||
BINDIR=/testbin
|
||||
|
||||
.include "$(TOP)/mk/os161.prog.mk"
|
||||
|
Reference in New Issue
Block a user