# Makefile for parallelvm

SRCS=parallelvm.c
PROG=parallelvm
BINDIR=/testbin

include ../../defs.mk
include ../../mk/prog.mk

