summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorKali Kaneko <kali@leap.se>2016-04-14 15:40:05 -0400
committerKali Kaneko <kali@leap.se>2016-04-15 11:53:46 -0400
commitc201029c3070da1bd9c2a7d65ac426e49f3cc241 (patch)
tree119e8f47a5d2795facb71265a6af41c06cc38508 /Makefile
parentb4de087fee85b7831b70cde31e7ed34f196a5ca9 (diff)
[pkg] ship statically built binaries
- mention the versions in the next relnotes - add the leap_thirdparty_build to gitignore. the build scripts are supposed to place the binaries here.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 8e275e93..7d26a7ae 100644
--- a/Makefile
+++ b/Makefile
@@ -46,6 +46,7 @@ DIST = dist/bitmask/
NEXT_VERSION = $(shell cat pkg/next-version)
DIST_VERSION = dist/bitmask-$(NEXT_VERSION)/
GIT_COMMIT = $(shell git rev-parse HEAD)
+LEAP_BUILD_DIR = leap_thirdparty_build/
#################################