Commit f1ea47b4 authored by Dan Ballard's avatar Dan Ballard Committed by Pier Angelo Vendrame
Browse files

fixup! Bug 41089: Add tor-browser build scripts + Makefile to tor-browser

update 'make run' to process optional parameter ARGS="..."
parent 46dc11a6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -34,7 +34,7 @@ fat-aar:
all: build deploy

run:
	$(BINARIES)/dev/Browser/start-tor-browser -v
	$(BINARIES)/dev/Browser/start-tor-browser -v $(ARGS)

jslint:
	./jslint.sh $(DEV_ROOT) $(JS)