From: Armin Ronacher Date: Sun, 26 Jul 2009 09:08:57 +0000 (+0200) Subject: fab -> make X-Git-Tag: 2.2~12 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=9e21925ff09a7d169b450e6b35d31fab14e39dea;p=jinja2.git fab -> make --HG-- branch : trunk --- diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..cfc315c --- /dev/null +++ b/Makefile @@ -0,0 +1,4 @@ +test: + cd tests; nosetests -v + +.PHONY: test