Browse Source

Autogenerated documentation for github.

Ask Solem 16 năm trước cách đây
mục cha
commit
74517d08c6
1 tập tin đã thay đổi với 5 bổ sung0 xóa
  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
+