summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorKali Kaneko <kali@leap.se>2016-04-06 16:02:11 -0400
committerKali Kaneko <kali@leap.se>2016-04-06 17:30:25 -0400
commit40604c0b2abe4d51e5e7b41a0e71c78a958b0b87 (patch)
tree7529113afb388f1396c17625f63d3387052926f8 /Makefile
parentbb0dd2d30c7408cf3a50bafd8085aa69ca02e4f2 (diff)
[pkg] copy helpers, freeze version
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 6a8fbecb..f96d810d 100644
--- a/Makefile
+++ b/Makefile
@@ -45,6 +45,7 @@ LRELE = lrelease
DIST = dist/bitmask/
NEXT_VERSION = $(shell cat pkg/next-version)
DIST_VERSION = dist/bitmask-$(NEXT_VERSION)/
+GIT_COMMIT = $(shell git rev-parse HEAD)
#################################