#!/bin/sh

# Retrieve the absolute paths
#SCRIPT_PATH="`dirname $0`"
#ROOT=$(cd $SCRIPT_PATH"/../.."; pwd)

# Build
echo "Building silex before commit..."
make precommit
