ledger/tools/build.sh
2012-04-25 03:09:57 -05:00

8 lines
No EOL
417 B
Bash
Executable file

#!/bin/sh
time ( \
cd ~/src/ledger ; \
PATH=/usr/local/bin:/opt/local/bin:$PATH \
nice -n 20 \
./acprep --debug --python --doxygen --cache --clang -j20 make -- check \
)