Take build version from config.lua

This commit is contained in:
Alexey 2025-10-23 15:12:31 +03:00
commit 57a69a6e0c
2 changed files with 3 additions and 1 deletions

View file

@ -1,4 +1,4 @@
VERSION=0.1
VERSION=$(shell grep VERSION config.lua | sed -n -e "s/VERSION = 'v//" -e "s/'//p")
IGNORE_FLAGS=--ignore Makefile --ignore build
LOVE_PATH := $(shell command -v love)