From d39fff36484e908438beb17ee043689962182460 Mon Sep 17 00:00:00 2001 From: Russell Belfer Date: Sun, 23 Jun 2013 20:33:57 -0700 Subject: Basic framework for log command --- examples/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/Makefile') diff --git a/examples/Makefile b/examples/Makefile index 140cc4da9..6288906df 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 status +APPS = general showindex diff rev-list cat-file status log all: $(APPS) -- cgit v1.2.1