makefile fix

This commit is contained in:
Andrej730
2023-07-12 18:15:31 +05:00
parent 0a546d847c
commit e92217a362
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -36,7 +36,7 @@ endif
endif
VERSION:=`date '+%y%m%d'`
LAST_COMMIT_HASH:=$(git rev-parse HEAD)
LAST_COMMIT_HASH:=$(shell git rev-parse HEAD)
PYVERSION:=py310
ifeq ($(PYVERSION), py39)