diff options
author | Kali Kaneko (leap communications) <kali@leap.se> | 2017-05-16 22:24:09 +0200 |
---|---|---|
committer | Ruben Pollan <meskio@sindominio.net> | 2017-05-22 12:56:13 +0200 |
commit | 75debc78584681071685e17ae4c596662eeae3af (patch) | |
tree | 1c017da47e731b990ed5b15126ff07533bc71653 /Makefile | |
parent | 0a83b39186d8fc46410c6ccf34546d6b4957e6f1 (diff) |
[pkg] update openvpn build script
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -2,6 +2,7 @@ DIST=dist/bitmask NEXT_VERSION = $(shell cat pkg/next-version) DIST_VERSION = dist/bitmask-$(NEXT_VERSION)/ include pkg/pyinst/build.mk +include pkg/thirdparty/openvpn/build.mk clean: find . -type f -name "*.py[co]" -delete |