GitMake 81 B

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