Commit 66a8b662 by Chris Young

Fix incorrect revert

parent d043013f
......@@ -2,7 +2,7 @@ default: all
CC = gcc
CFLAGS += -g
CFLAGS += -I../../include -L../../build
CFLAGS += -I../../include -L../../build -lgit2 -lpthread
OBJECTS = \
git2.o \
......
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