summaryrefslogtreecommitdiff
path: root/examples/Makefile
diff options
context:
space:
mode:
authorRussell Belfer <rb@github.com>2013-06-20 11:39:31 -0700
committerRussell Belfer <rb@github.com>2013-06-20 11:39:31 -0700
commitcf300bb9e50c65e4140f7e204243b34f2898fa95 (patch)
treee3df94b8f56f09ccbce75ff36a051b344eca5af7 /examples/Makefile
parent852ded96982ae70acb63c3940fae08ea29e40fee (diff)
downloadlibgit2-cf300bb9e50c65e4140f7e204243b34f2898fa95.tar.gz
Initial implementation of status example
Diffstat (limited to 'examples/Makefile')
-rw-r--r--examples/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/Makefile b/examples/Makefile
index c5d555566..140cc4da9 100644
--- a/examples/Makefile
+++ b/examples/Makefile
@@ -3,7 +3,7 @@
CC = gcc
CFLAGS = -g -I../include -I../src -Wall -Wextra -Wmissing-prototypes -Wno-missing-field-initializers
LFLAGS = -L../build -lgit2 -lz
-APPS = general showindex diff rev-list cat-file
+APPS = general showindex diff rev-list cat-file status
all: $(APPS)