Skip to content

Commit 645c668

Browse files
raimueingydotnet
authored andcommitted
Makefile: allow to skip check for git
1 parent b013335 commit 645c668

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Makefile

+2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
# Make sure we have 'git' and it works OK:
2+
ifeq ($(NO_GIT_CHECK),)
23
ifeq ($(shell which git),)
34
$(error 'git' is not installed on this system)
45
endif
56
GITVER ?= $(word 3,$(shell git --version))
7+
endif
68

79
NAME = git-hub
810
LIB = lib

0 commit comments

Comments
 (0)