tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

Makefile (241B)


      1 .PHONY: publish sample_output
      2 
      3 publish:
      4 rm -rf dist/
      5 tox -e packaging
      6 twine upload -s dist/*
      7 
      8 sample_output:
      9 rm -rf hpack-test-case/
     10 git clone https://github.com/http2jp/hpack-test-case.git
     11 tox -e create_test_output -- hpack-test-case