commit edce6fcb30ebad2ebf3bb9836866fcf21c505e54 Author: David Fifield david@bamsoftware.com Date: Fri Sep 28 19:50:25 2012 -0700
Add proxy/Makefile for convenience of "make test". --- proxy/Makefile | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-)
diff --git a/proxy/Makefile b/proxy/Makefile new file mode 100644 index 0000000..e34df0c --- /dev/null +++ b/proxy/Makefile @@ -0,0 +1,7 @@ +all: + : + +test: + ./flashproxy-test.js + +.PHONY: all test
tor-commits@lists.torproject.org