blob: db300045bbfd796884c42a9c7616517f23b4450d [file] [log] [blame]
Ben Laurie9fc3ebd2013-04-06 15:17:30 +01001#!/bin/sh
2
3BRANCH=`git rev-parse --abbrev-ref HEAD`
4
Ben Laurie63116812013-10-20 21:54:46 +01005MAKE=make
6which bsdmake > /dev/null && MAKE=bsdmake
7$MAKE -f makefile.$BRANCH $@