#!/bin/sh -e

# This file will be copied in ./.git/hooks directory
PRJ_DIR=$(readlink -f $(dirname $0)/../..)/

make -f "${PRJ_DIR}Makefile"
git add "${PRJ_DIR}dist"
