diff options
author | Kali Kaneko <kali@leap.se> | 2016-04-06 16:02:11 -0400 |
---|---|---|
committer | Kali Kaneko <kali@leap.se> | 2016-04-06 17:30:25 -0400 |
commit | 40604c0b2abe4d51e5e7b41a0e71c78a958b0b87 (patch) | |
tree | 7529113afb388f1396c17625f63d3387052926f8 /Makefile | |
parent | bb0dd2d30c7408cf3a50bafd8085aa69ca02e4f2 (diff) |
[pkg] copy helpers, freeze version
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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) ################################# |