summaryrefslogtreecommitdiff
path: root/examples/network/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'examples/network/Makefile')
-rw-r--r--examples/network/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/network/Makefile b/examples/network/Makefile
index c21869ac9..298b1dc86 100644
--- a/examples/network/Makefile
+++ b/examples/network/Makefile
@@ -2,7 +2,7 @@ default: all
CC = gcc
CFLAGS += -g
-CFLAGS += -I../../include -L../../ -lgit2 -lpthread
+CFLAGS += -I../../include -L../../build -lgit2 -lpthread
OBJECTS = \
git2.o \