[tor-commits] [meek/master] Fix meek-client-torbrowser makefile target.

dcf at torproject.org dcf at torproject.org
Fri Apr 11 15:33:28 UTC 2014


commit 19bbe6ec48f3732d749287efed545975fda138bb
Author: David Fifield <david at bamsoftware.com>
Date:   Thu Apr 10 08:59:12 2014 -0700

    Fix meek-client-torbrowser makefile target.
---
 meek-client-torbrowser/Makefile |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/meek-client-torbrowser/Makefile b/meek-client-torbrowser/Makefile
index 7ce013b..9d0a70f 100644
--- a/meek-client-torbrowser/Makefile
+++ b/meek-client-torbrowser/Makefile
@@ -4,9 +4,9 @@ BINDIR = $(PREFIX)/bin
 
 GOBUILDFLAGS =
 
-all: meek-client
+all: meek-client-torbrowser
 
-meek-client: *.go
+meek-client-torbrowser: *.go
 	go build $(GOBUILDFLAGS)
 
 clean:





More information about the tor-commits mailing list