mirror of
https://github.com/DarkMatterCore/nxdumptool.git
synced 2024-11-22 02:06:41 +00:00
[ci skip] Update Makefile
This commit is contained in:
parent
3356bfa89c
commit
34ada96e2f
1 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
@ -52,11 +52,11 @@ GIT_REV := $(GIT_REV)-dirty
|
|||
endif
|
||||
|
||||
ifeq (,$(GIT_BRANCH))
|
||||
$(error GIT_BRANCH is empty)
|
||||
$(error GIT_BRANCH is empty)
|
||||
endif
|
||||
|
||||
ifeq (,$(GIT_COMMIT))
|
||||
$(error GIT_COMMIT is empty)
|
||||
$(error GIT_COMMIT is empty)
|
||||
endif
|
||||
|
||||
VERSION_MAJOR := 2
|
||||
|
|
Loading…
Reference in a new issue