diff options
author | Junio C Hamano <junkio@cox.net> | 2006-08-15 21:38:07 -0700 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2006-08-15 21:38:07 -0700 |
commit | 42f774063db1442fc3815f596d263f90dcd8380b (patch) | |
tree | 5a959ca6469b90b9cf04623bb5b4c7d41fac5f74 /Makefile | |
parent | 520cd3eca5743bebd217423e1fd0721f32613bb1 (diff) | |
download | git-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-- | Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -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 \ |