Browse Source

Allow VERSION to be set as an environment variable.

tags/v2.6.1
Andrew Belt 1 month ago
parent
commit
29e836a986
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      Makefile

+ 1
- 1
Makefile View File

@@ -1,7 +1,7 @@
RACK_DIR ?= . RACK_DIR ?= .
EDITION := Free EDITION := Free
VERSION_MAJOR := 2 VERSION_MAJOR := 2
VERSION := $(patsubst v%,%,$(shell git describe --tags --match "v$(VERSION_MAJOR).*"))
VERSION ?= $(patsubst v%,%,$(shell git describe --tags --match "v$(VERSION_MAJOR).*"))


FLAGS += -Iinclude -Idep/include FLAGS += -Iinclude -Idep/include




Loading…
Cancel
Save