Use ?= instead of := when setting VERSION in the Makefile. This lets pass VERSION without needing to modify the file during build.
1.3 KiB
1.3 KiB
Use ?= instead of := when setting VERSION in the Makefile. This lets pass VERSION without needing to modify the file during build.