summaryrefslogtreecommitdiff
path: root/Makefile
blob: e12223d1938d5c0b0d8f6bebdeab169940e95703 (plain)
1
2
3
4
5
6
7
8
9
10

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:
	echo "[+] building snap"