[tor-commits] [tor-messenger-build/master] Makefile: add the tor-messenger-windows-i686 rule

boklm at torproject.org boklm at torproject.org
Fri Mar 6 13:27:05 UTC 2015


commit 7764e27a7419d36052fa239ff1c96a0093faf2a6
Author: Nicolas Vigier <boklm at torproject.org>
Date:   Fri Mar 6 14:23:02 2015 +0100

    Makefile: add the tor-messenger-windows-i686 rule
---
 Makefile |    5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 50dc2f0..5ffe4c1 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
 rbm=./rbm/rbm
 
-all: submodule-update tor-messenger-linux-x86_64 tor-messenger-linux-i686
+all: submodule-update tor-messenger-linux-x86_64 tor-messenger-linux-i686 tor-messenger-windows-i686
 
 tor-messenger-linux-x86_64:
 	$(rbm) build tor-messenger --target linux-x86_64
@@ -8,6 +8,9 @@ tor-messenger-linux-x86_64:
 tor-messenger-linux-i686:
 	$(rbm) build tor-messenger --target linux-i686
 
+tor-messenger-windows-i686:
+	$(rbm) build tor-messenger --target windows-i686
+
 submodule-update:
 	git submodule update --init
 



More information about the tor-commits mailing list