The tools/build script now wants make targets

This commit is contained in:
John Wiegley 2009-02-17 05:24:28 -04:00
parent e1c37aeee8
commit 8c0bea159c

View file

@ -14,4 +14,4 @@ if [ ! -f Makefile -o \
(cd $SRCDIR && tools/myacprep)
fi
make -j3 TAGS check
make "$@"