projects
/
osm
/
N2VC.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3530fcb
)
Add missing version var (used in release target)
author
Tim Van Steenburgh
<tvansteenburgh@gmail.com>
Fri, 28 Apr 2017 00:31:11 +0000
(20:31 -0400)
committer
Tim Van Steenburgh
<tvansteenburgh@gmail.com>
Fri, 28 Apr 2017 00:31:11 +0000
(20:31 -0400)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index
c474175
..
2a695bc
100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-2,6
+2,7
@@
BIN := .tox/py35/bin
PY := $(BIN)/python3.5
PIP := $(BIN)/pip
SCHEMAGEN := $(shell which schemagen)
+VERSION=$(shell cat VERSION)
clean:
find . -name __pycache__ -type d -exec rm -r {} +