summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rwxr-xr-xMakefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 3800ecd..e12223d 100755
--- a/Makefile
+++ b/Makefile
@@ -2,6 +2,8 @@
build_osx:
echo "[+] building osx"
build_win:
+ if not exist dist mkdir dist
+ make -C win
echo "[+] building windows"
"C:\Program Files (x86)\NSIS\makensis.exe" win/RiseupVPN-installer.nsi
build_snap: