[tor-commits] [orbot/master] clean shouldn't clean assets, so we can easily builds for multiple platforms
n8fr8 at torproject.org
n8fr8 at torproject.org
Fri Jan 15 19:46:33 UTC 2016
commit 324036798b8edbca02acdf9630d62b31468d7a9a
Author: Nathan Freitas <nathan at freitas.net>
Date: Fri Jan 15 14:22:47 2016 -0500
clean shouldn't clean assets, so we can easily builds for multiple platforms
---
external/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/external/Makefile b/external/Makefile
index 3e0d898..ae7db87 100644
--- a/external/Makefile
+++ b/external/Makefile
@@ -347,7 +347,7 @@ assets-clean:
# cleanup, cleanup, put the toys away
##clean: openssl-clean libevent-clean tor-clean polipo-clean jtorctl-clean assets-clean
-clean: openssl-clean libevent-clean tor-clean polipo-clean iptables-clean jtorctl-clean assets-clean pluto-clean
+clean: openssl-clean libevent-clean tor-clean polipo-clean iptables-clean jtorctl-clean pluto-clean
#------------------------------------------------------------------------------#
# debugging stuff
More information about the tor-commits
mailing list