alsa-tools/ld10k1/hgcompile
Takashi Iwai e13da40b0e Add hgcompile scripts
Added hgcompile scripts.
2006-05-12 15:36:52 +02:00

9 lines
140 B
Bash
Executable file

#!/bin/bash
autoreconf -fi
export CFLAGS='-O2 -Wall -pipe -g'
echo "CFLAGS=$CFLAGS"
echo "./configure $@"
./configure $@
unset CFLAGS
make