summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLibravatar Junio C Hamano <junkio@cox.net>2005-11-08 01:25:59 -0800
committerLibravatar Junio C Hamano <junkio@cox.net>2005-11-08 01:25:59 -0800
commit5ca15b8af7f018b9ae9da30130f9dcd1a896e0b3 (patch)
treee4ae4ad79b5560920696f3983c436b6d34ce18b8 /Makefile
parentMerge branch 'master' (diff)
parentgit-am: do not lose already edited final-commit when resuming. (diff)
downloadtgif-5ca15b8af7f018b9ae9da30130f9dcd1a896e0b3.tar.xz
GIT 0.99.9f
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ba1c6a736c..bfdaf762a0 100644
--- a/Makefile
+++ b/Makefile
@@ -50,9 +50,10 @@
# Define USE_STDEV below if you want git to care about the underlying device
# change being considered an inode change from the update-cache perspective.
-GIT_VERSION = 0.99.9e
+GIT_VERSION = 0.99.9f
# CFLAGS is for the users to override from the command line.
+
CFLAGS = -g -O2 -Wall
ALL_CFLAGS = $(CFLAGS)