describe example: enable building by default.

This commit is contained in:
Patrick Steinhardt 2015-04-07 14:43:04 +02:00
parent 47f3740025
commit c843736d63
2 changed files with 2 additions and 0 deletions

1
examples/.gitignore vendored
View File

@ -11,4 +11,5 @@ remote
status
tag
for-each-ref
describe
*.dSYM

View File

@ -5,6 +5,7 @@ CFLAGS = -g -I../include -I../src -Wall -Wextra -Wmissing-prototypes -Wno-missin
LFLAGS = -L../build -lgit2 -lz
APPS = general showindex diff rev-list cat-file status log rev-parse init blame tag remote
APPS += for-each-ref
APPS += describe
all: $(APPS)