mirror of
https://git.proxmox.com/git/libgit2
synced 2025-05-03 01:58:32 +00:00
describe example: enable building by default.
This commit is contained in:
parent
47f3740025
commit
c843736d63
1
examples/.gitignore
vendored
1
examples/.gitignore
vendored
@ -11,4 +11,5 @@ remote
|
|||||||
status
|
status
|
||||||
tag
|
tag
|
||||||
for-each-ref
|
for-each-ref
|
||||||
|
describe
|
||||||
*.dSYM
|
*.dSYM
|
||||||
|
@ -5,6 +5,7 @@ CFLAGS = -g -I../include -I../src -Wall -Wextra -Wmissing-prototypes -Wno-missin
|
|||||||
LFLAGS = -L../build -lgit2 -lz
|
LFLAGS = -L../build -lgit2 -lz
|
||||||
APPS = general showindex diff rev-list cat-file status log rev-parse init blame tag remote
|
APPS = general showindex diff rev-list cat-file status log rev-parse init blame tag remote
|
||||||
APPS += for-each-ref
|
APPS += for-each-ref
|
||||||
|
APPS += describe
|
||||||
|
|
||||||
all: $(APPS)
|
all: $(APPS)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user