diff options
| author | Patrick Steinhardt <ps@pks.im> | 2015-04-07 14:43:04 +0200 |
|---|---|---|
| committer | Patrick Steinhardt <ps@pks.im> | 2015-04-07 14:55:05 +0200 |
| commit | c843736d63532b38df9e679850b914f9bb631b27 (patch) | |
| tree | cd440450a3f86a2d0b5299865ebba2019e5434c8 /examples | |
| parent | 47f37400253210f483d84fb9c2ecf44fb5986849 (diff) | |
| download | libgit2-c843736d63532b38df9e679850b914f9bb631b27.tar.gz | |
describe example: enable building by default.
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/.gitignore | 1 | ||||
| -rw-r--r-- | examples/Makefile | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/examples/.gitignore b/examples/.gitignore index fb96d7925..0e491598a 100644 --- a/examples/.gitignore +++ b/examples/.gitignore @@ -11,4 +11,5 @@ remote status tag for-each-ref +describe *.dSYM diff --git a/examples/Makefile b/examples/Makefile index 01f8592d9..bd7e92dc9 100644 --- a/examples/Makefile +++ b/examples/Makefile @@ -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) |
