1
0
Fork 0
mirror of https://github.com/DarkMatterCore/nxdumptool.git synced 2024-10-18 03:11:45 +01:00

[ci skip] Update Makefile

This commit is contained in:
Pablo Curiel 2024-05-01 21:18:05 +02:00
parent 3356bfa89c
commit 34ada96e2f

View file

@ -52,11 +52,11 @@ GIT_REV := $(GIT_REV)-dirty
endif endif
ifeq (,$(GIT_BRANCH)) ifeq (,$(GIT_BRANCH))
$(error GIT_BRANCH is empty) $(error GIT_BRANCH is empty)
endif endif
ifeq (,$(GIT_COMMIT)) ifeq (,$(GIT_COMMIT))
$(error GIT_COMMIT is empty) $(error GIT_COMMIT is empty)
endif endif
VERSION_MAJOR := 2 VERSION_MAJOR := 2