mirror of
https://git.proxmox.com/git/libgit2
synced 2025-05-03 17:57:25 +00:00
Un-remove init example
This commit is contained in:
parent
fc1f7d4f15
commit
370d1d166e
@ -3,7 +3,7 @@
|
|||||||
CC = gcc
|
CC = gcc
|
||||||
CFLAGS = -g -I../include -I../src -Wall -Wextra -Wmissing-prototypes -Wno-missing-field-initializers
|
CFLAGS = -g -I../include -I../src -Wall -Wextra -Wmissing-prototypes -Wno-missing-field-initializers
|
||||||
LFLAGS = -L../build -lgit2 -lz
|
LFLAGS = -L../build -lgit2 -lz
|
||||||
APPS = general blame showindex diff rev-list cat-file status log rev-parse
|
APPS = general showindex diff rev-list cat-file status log rev-parse init blame
|
||||||
|
|
||||||
all: $(APPS)
|
all: $(APPS)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user