1#!/bin/sh
2
3BRANCH=`git rev-parse --abbrev-ref HEAD`
4
5make -f makefile.$BRANCH $@
6