We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b013335 commit 645c668Copy full SHA for 645c668
Makefile
@@ -1,8 +1,10 @@
1
# Make sure we have 'git' and it works OK:
2
+ifeq ($(NO_GIT_CHECK),)
3
ifeq ($(shell which git),)
4
$(error 'git' is not installed on this system)
5
endif
6
GITVER ?= $(word 3,$(shell git --version))
7
+endif
8
9
NAME = git-hub
10
LIB = lib
0 commit comments