]> git.ipfire.org Git - thirdparty/openssl.git/blame - GitMake
More tweaks for comments due indent issues
[thirdparty/openssl.git] / GitMake
CommitLineData
9fc3ebda
BL
1#!/bin/sh
2
3BRANCH=`git rev-parse --abbrev-ref HEAD`
4
63116812
BL
5MAKE=make
6which bsdmake > /dev/null && MAKE=bsdmake
7$MAKE -f makefile.$BRANCH $@