[tor-commits] [flashproxy/master] Add proxy/Makefile for convenience of "make test".
dcf at torproject.org
dcf at torproject.org
Sat Sep 29 23:24:36 UTC 2012
commit edce6fcb30ebad2ebf3bb9836866fcf21c505e54
Author: David Fifield <david at 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
More information about the tor-commits
mailing list