Files
cpython-source-deps/GitMake
2017-05-22 14:30:47 -05:00

6 lines
81 B
Bash

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