mirror of
https://git.proxmox.com/git/libgit2
synced 2025-05-02 21:34:15 +00:00
Fix incorrect revert
This commit is contained in:
parent
d043013fea
commit
66a8b662b4
@ -2,7 +2,7 @@ default: all
|
|||||||
|
|
||||||
CC = gcc
|
CC = gcc
|
||||||
CFLAGS += -g
|
CFLAGS += -g
|
||||||
CFLAGS += -I../../include -L../../build
|
CFLAGS += -I../../include -L../../build -lgit2 -lpthread
|
||||||
|
|
||||||
OBJECTS = \
|
OBJECTS = \
|
||||||
git2.o \
|
git2.o \
|
||||||
|
Loading…
Reference in New Issue
Block a user