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