bdberl/c_src/build_driver_deps.sh

12 lines
104 B
Bash
Raw Normal View History

#!/bin/sh
set -e
if [ `basename $PWD` != "src" ]; then
cd c_src
fi
unset CFLAGS LDFLAGS
make $1