diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -50,10 +50,9 @@ # 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.9.GIT +GIT_VERSION = 0.99.9e # CFLAGS is for the users to override from the command line. - CFLAGS = -g -O2 -Wall ALL_CFLAGS = $(CFLAGS) |