bdberl/c_src/build_driver_deps.sh
2011-08-09 11:01:44 -04:00

12 lines
104 B
Bash
Executable file

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