Skip to content

Commit

Permalink
Add test rule to Makefile, add missing tld to README
Browse files Browse the repository at this point in the history
  • Loading branch information
cdent committed May 25, 2011
1 parent db883dd commit 826efc2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@

clean:
find . -name "*.pyc" |xargs rm || true

test: clean
py.test -x test
2 changes: 1 addition & 1 deletion README
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ Each takes one or more webfinger addresses:

or

./profile cdent@tiddlyspace
./profile cdent@tiddlyspace.com

0 comments on commit 826efc2

Please sign in to comment.