Explorar o código

Autogenerated documentation for github.

Ask Solem %!s(int64=16) %!d(string=hai) anos
pai
achega
74517d08c6
Modificáronse 1 ficheiros con 5 adicións e 0 borrados
  1. 5 0
      Makefile

+ 5 - 0
Makefile

@@ -21,3 +21,8 @@ test:
 
 releaseok: pep8 autodoc test
 
+removepyc:
+	find . -name "*.pyc" | xargs rm
+
+release: releaseok removepyc ghdocs
+