Take build version from config.lua
This commit is contained in:
parent
7df0478890
commit
57a69a6e0c
2 changed files with 3 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue