Parcourir la source

Fix VERSION: add opton --always to git describe

led_matrix
tmk il y a 10 ans
Parent
révision
7e8a85caad
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1
    1
      common.mk

+ 1
- 1
common.mk Voir le fichier

@@ -74,7 +74,7 @@ ifdef KEYMAP_SECTION_ENABLE
endif

# Version string
OPT_DEFS += -DVERSION=$(shell (git describe --dirty || echo 'unknown') 2> /dev/null)
OPT_DEFS += -DVERSION=$(shell (git describe --always --dirty || echo 'unknown') 2> /dev/null)


# Search Path