mirror of
https://github.com/RetroDECK/Supermodel.git
synced 2024-11-21 21:35:38 +00:00
Rules.inc: whitespace error
This commit is contained in:
parent
d42f7d6563
commit
237f2756c0
|
@ -229,7 +229,7 @@ release:: print_message
|
|||
release:: clean
|
||||
release:: all
|
||||
set_version:
|
||||
$(eval VERSION = $(strip$(subst ',,0.3a-git-$(shell git rev-parse --short HEAD --sq))))
|
||||
$(eval VERSION = $(strip $(subst ',,0.3a-git-$(shell git rev-parse --short HEAD --sq))))
|
||||
$(eval SUPERMODEL_BUILD_FLAGS += -DSUPERMODEL_VERSION=\"$(VERSION)\")
|
||||
print_message:
|
||||
$(info Building Supermodel Version $(VERSION))
|
||||
|
|
Loading…
Reference in a new issue