# DEFINES += -DUSE_STDEV
-GIT_VERSION=0.99.2
+GIT_VERSION=0.99.3
COPTS?=-g -O2
CFLAGS+=$(COPTS) -Wall $(DEFINES)
git-ls-remote-script git-clone-dumb-http git-rename-script \
git-request-pull-script git-bisect-script
+SCRIPTS += git-count-objects-script
+SCRIPTS += git-send-email-script
+
PROG= git-update-cache git-diff-files git-init-db git-write-tree \
git-read-tree git-commit-tree git-cat-file git-fsck-cache \
git-checkout-cache git-diff-tree git-rev-tree git-ls-files \
LIB_H += rev-cache.h
LIB_OBJS += rev-cache.o
+LIB_H += run-command.h
+LIB_OBJS += run-command.o
+
LIB_H += strbuf.h
LIB_OBJS += strbuf.o
rm -f git-core-*.tar.gz git-core.spec
$(MAKE) -C tools/ clean
$(MAKE) -C Documentation/ clean
+ $(MAKE) -C t/ clean