#!/bin/sh
#

echo "Building is NOT necessary."
echo "If it becomes so, a simple: 'javac -d . source/*.java' should work."

#eof
