summaryrefslogtreecommitdiffstats
path: root/buildconf
blob: 6bdd58a5696dcdcc188c6ab81be79eb013dab2c2 (plain)
1
2
3
4
5
6
#!/bin/sh

BUILD_BASE=`pwd`
export BUILD_BASE

${MAKE:-make} -f build/build.mk ${1+"$@"}