Commit 370d1d16 by Ben Straub

Un-remove init example

parent fc1f7d4f
......@@ -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 blame showindex diff rev-list cat-file status log rev-parse
APPS = general showindex diff rev-list cat-file status log rev-parse init blame
all: $(APPS)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment