summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authormathieui <mathieui@mathieui.net>2013-01-06 17:36:14 +0100
committermathieui <mathieui@mathieui.net>2013-01-06 17:36:14 +0100
commit2ea8673a0408bb3151ea8fdb4045814d88e770bb (patch)
tree35d8d68ad35b31af7780c7174a4344d3b6b2d616 /Makefile
parentb04d5c5f53f39457f60d38cb388c3e8f3edbd7de (diff)
downloadpoezio-2ea8673a0408bb3151ea8fdb4045814d88e770bb.tar.gz
poezio-2ea8673a0408bb3151ea8fdb4045814d88e770bb.tar.bz2
poezio-2ea8673a0408bb3151ea8fdb4045814d88e770bb.tar.xz
poezio-2ea8673a0408bb3151ea8fdb4045814d88e770bb.zip
Improve the help system (#1986)
TODO: change the plugin API to take advantage of this This change is backwards-compatible (as in “should not break anything”)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 8edac5a8..3c69722b 100644
--- a/Makefile
+++ b/Makefile
@@ -11,6 +11,7 @@ all: Makefile
clean:
find ./ -name \*.pyc -delete
+ find ./ -name \*.pyo -delete
find ./ -name \*~ -delete
find ./ -name "#*#" -delete
find ./ -name "*.html" -delete