Skip to content

Commit

Permalink
wscript: Clean all .pyc files on distclean
Browse files Browse the repository at this point in the history
  • Loading branch information
bluss committed Feb 26, 2012
1 parent 71c5f8e commit 37b0c10
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions wscript
Expand Up @@ -281,6 +281,9 @@ def build(bld):
# Separate subdirectories
bld.add_subdirs(build_subdirs)

def distclean(bld):
bld.exec_command("find ./ -name '*.pyc' -delete")

def intlupdate(util):
print("You should use intltool-update directly.")
print("You can read about this in Documentation/Manual.rst")
Expand Down

0 comments on commit 37b0c10

Please sign in to comment.