mirror of
https://git.proxmox.com/git/libgit2
synced 2025-05-02 14:37:30 +00:00
Un-remove init example
This commit is contained in:
parent
fc1f7d4f15
commit
370d1d166e
@ -3,7 +3,7 @@
|
||||
CC = gcc
|
||||
CFLAGS = -g -I../include -I../src -Wall -Wextra -Wmissing-prototypes -Wno-missing-field-initializers
|
||||
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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user