hgcompile -> gitcompile changes (include README files)

This commit is contained in:
Jaroslav Kysela 2008-06-03 10:39:28 +02:00
parent c738ef9352
commit c989fddc7e
27 changed files with 10 additions and 11 deletions

9
qlo10k1/gitcompile Executable file
View file

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