summaryrefslogtreecommitdiff
path: root/examples/Makefile
diff options
context:
space:
mode:
authorBen Straub <bs@github.com>2013-04-09 05:07:12 +0400
committerBen Straub <bs@github.com>2013-04-09 05:07:12 +0400
commitec7e240ba4a3277a94def51005d2558d02cb8c3c (patch)
tree35d46599c600f205977bbb715590909e141aae59 /examples/Makefile
parent1aa21fe3b87a1e601023f49c41fab3ce76c189ac (diff)
downloadlibgit2-ec7e240ba4a3277a94def51005d2558d02cb8c3c.tar.gz
Add rev-list example to makefiles
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 b306d4800..2c18731fd 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
+APPS = general showindex diff rev-list
all: $(APPS)