From 46e01db7853ae5d0670598b49dab5055acbbe3fb Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Wed, 7 Sep 2011 18:10:09 -0400 Subject: [PATCH] Makefile! --- Makefile | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 Makefile diff --git a/Makefile b/Makefile new file mode 100644 index 00000000..37600f59 --- /dev/null +++ b/Makefile @@ -0,0 +1,11 @@ +init: + pip install -r reqs.txt + +test: + python test_requests.py + +site: + # Building Docs + +docs: site + cd docs; make dirhtml \ No newline at end of file