NAME

spvmcc - SPVM compiler to create exe file

SYNOPSIS

Usage: spvmcc [OPTIONS] [PACKAGE]

  spvmcc -Ilib -Bspvmcc_build -o my_app My::App

Options:
  -h, --help                     Show this message
  -v, --version                  Version
  -o, --output <file>            Output file
  -I, --include-dir <directory>  Add package search path
  -B, --build-dir <directory>    Building diretory

DESCRIPTION

spvmcc is SPVM compiler to create exe file.

Created exe file is executed by itself.