summaryrefslogtreecommitdiff
path: root/examples/network/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'examples/network/Makefile')
-rw-r--r--examples/network/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/examples/network/Makefile b/examples/network/Makefile
index 708a6b1b3..17efcfdb3 100644
--- a/examples/network/Makefile
+++ b/examples/network/Makefile
@@ -3,7 +3,6 @@ default: all
CC = gcc
CFLAGS += -g
CFLAGS += -I../../include -L../../build
-LIBS += -lgit2 -lpthread #-lregex
OBJECTS = \
git2.o \
@@ -12,4 +11,4 @@ OBJECTS = \
index-pack.o
all: $(OBJECTS)
- $(CC) $(CFLAGS) -o git2 $(OBJECTS) $(LIBS)
+ $(CC) $(CFLAGS) -o git2 $(OBJECTS)