Move xnet/accounts to xnet/groups
[xnet] / Makefile
index c972b0d..e463792 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -22,6 +22,9 @@ resetdb:
        rm -f xnet/db.sqlite
        $(MANAGE_PY) syncdb --noinput
 
+clean:
+       find . "(" -name "*.pyc" -or -name "*.pyo" -or -name "*.mo" ")" -delete
+       find . -type d -empty -delete
 
 doc:
        $(MAKE) -C doc html