mirror of
https://git.proxmox.com/git/libgit2
synced 2025-05-01 23:50:11 +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
|
||||
tag
|
||||
for-each-ref
|
||||
describe
|
||||
*.dSYM
|
||||
|
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user