This makes it easier for me to build a version of ledger with optimizations, one for coverage analysis, one for profiling, etc.
9 lines
105 B
Bash
Executable file
9 lines
105 B
Bash
Executable file
#!/bin/sh
|
|
|
|
set -e
|
|
|
|
tools/prepall
|
|
tools/buildall clean check
|
|
|
|
cd ~/Products/ledger
|
|
make release-distcheck
|