summaryrefslogtreecommitdiff
path: root/tools/build
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2009-02-17 05:24:28 -0400
committerJohn Wiegley <johnw@newartisans.com>2009-02-17 05:24:28 -0400
commit8c0bea159c8cfb0938e5682a0225a11314eba8a5 (patch)
tree76ad49bc95eca3f69cc3fe9d5d85ac7022db91ec /tools/build
parente1c37aeee857d5da11881addfa7ec63981b44d94 (diff)
downloadfork-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-xtools/build2
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 "$@"