diff options
author | John Wiegley <johnw@newartisans.com> | 2009-02-17 05:24:28 -0400 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2009-02-17 05:24:28 -0400 |
commit | 8c0bea159c8cfb0938e5682a0225a11314eba8a5 (patch) | |
tree | 76ad49bc95eca3f69cc3fe9d5d85ac7022db91ec /tools/build | |
parent | e1c37aeee857d5da11881addfa7ec63981b44d94 (diff) | |
download | fork-ledger-8c0bea159c8cfb0938e5682a0225a11314eba8a5.tar.gz fork-ledger-8c0bea159c8cfb0938e5682a0225a11314eba8a5.tar.bz2 fork-ledger-8c0bea159c8cfb0938e5682a0225a11314eba8a5.zip |
The tools/build script now wants make targets
Diffstat (limited to 'tools/build')
-rwxr-xr-x | tools/build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/build b/tools/build index 977df74b..c1c0d3eb 100755 --- a/tools/build +++ b/tools/build @@ -14,4 +14,4 @@ if [ ! -f Makefile -o \ (cd $SRCDIR && tools/myacprep) fi -make -j3 TAGS check +make "$@" |