summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJunio C Hamano <junkio@cox.net>2006-08-15 21:38:07 -0700
committerJunio C Hamano <junkio@cox.net>2006-08-15 21:38:07 -0700
commit42f774063db1442fc3815f596d263f90dcd8380b (patch)
tree5a959ca6469b90b9cf04623bb5b4c7d41fac5f74 /Makefile
parent520cd3eca5743bebd217423e1fd0721f32613bb1 (diff)
downloadgit-42f774063db1442fc3815f596d263f90dcd8380b.tar.gz
Add check program "git-check-racy"
This will help counting the racily clean paths, but it should be useless for daily use. Do not even enable it in the makefile. Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b86de761ff..04ed84d094 100644
--- a/Makefile
+++ b/Makefile
@@ -194,7 +194,11 @@ PROGRAMS = \
git-update-server-info$X \
git-upload-pack$X git-verify-pack$X \
git-pack-redundant$X git-var$X \
- git-describe$X git-merge-tree$X git-blame$X git-imap-send$X
+ git-describe$X git-merge-tree$X git-blame$X git-imap-send$X \
+ $(EXTRA_PROGRAMS)
+
+# Empty...
+EXTRA_PROGRAMS =
BUILT_INS = \
git-format-patch$X git-show$X git-whatchanged$X \