Commit e8927fc
committed
fix: make VERSION optional
This makes a passed-in `VERSION` eg.
make VERSION=2.1.0 # or..
VERSION=2.1.0 make
take precedence. The `git-describe` invocation will only occur if not
provided with a version.
Note that we need to `export` the derived `VERSION` though, otherwise
the `version` target won't "see" it and will echo "VERSION not set".1 parent d4280bb commit e8927fc
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
| 2 | + | |
2 | 3 | | |
3 | 4 | | |
4 | 5 | | |
| |||
0 commit comments