Allow overriding VERSION from environment
Use ?= instead of := when setting VERSION in the Makefile. This lets pass VERSION without needing to modify the file during build.
This commit is contained in:
Reference in New Issue
Block a user
Use ?= instead of := when setting VERSION in the Makefile. This lets pass VERSION without needing to modify the file during build.