X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;ds=sidebyside;f=Makefile;h=47e78982e0c1280b650ce3ee5a9c08b7aaeef184;hb=4cdf78bf964912698ab33579977f21a3e0b832ed;hp=3395a9e102957b02bbc6e1c25c56c8a97b8e5c76;hpb=c10d63451883f67c37622d2a21b2fc93be2f90c9;p=git.git diff --git a/Makefile b/Makefile index 3395a9e1..47e78982 100644 --- a/Makefile +++ b/Makefile @@ -135,7 +135,8 @@ PROGRAMS = \ git-unpack-objects$X git-update-index$X git-update-server-info$X \ git-upload-pack$X git-verify-pack$X git-write-tree$X \ git-update-ref$X git-symbolic-ref$X git-check-ref-format$X \ - git-name-rev$X git-pack-redundant$X git-repo-config$X git-var$X + git-name-rev$X git-pack-redundant$X git-repo-config$X git-var$X \ + git-describe$X # what 'all' will build and 'install' will install. ALL_PROGRAMS = $(PROGRAMS) $(SIMPLE_PROGRAMS) $(SCRIPTS) git$X