Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f2d110f

Browse files
author
Vicent Martí
committed
Merge pull request libgit2#1662 from arrbee/examples-like-git
Command line status example (with bug fixes)
2 parents 8b2fa18 + 94ef2a3 commit f2d110f

File tree

13 files changed

+597
-20
lines changed

13 files changed

+597
-20
lines changed

examples/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
CC = gcc
44
CFLAGS = -g -I../include -I../src -Wall -Wextra -Wmissing-prototypes -Wno-missing-field-initializers
55
LFLAGS = -L../build -lgit2 -lz
6-
APPS = general showindex diff rev-list cat-file
6+
APPS = general showindex diff rev-list cat-file status
77

88
all: $(APPS)
99

0 commit comments

Comments
 (0)