mirror of
https://git.proxmox.com/git/libgit2
synced 2025-05-02 11:49:04 +00:00
Fix incorrect revert
This commit is contained in:
parent
d043013fea
commit
66a8b662b4
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user