Sfoglia il codice sorgente

Autogenerated documentation for github.

Ask Solem 16 anni fa
parent
commit
74517d08c6
1 ha cambiato i file con 5 aggiunte e 0 eliminazioni
  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
+