summaryrefslogtreecommitdiff
path: root/igor.py
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2013-01-23 19:44:32 -0500
committerNed Batchelder <ned@nedbatchelder.com>2013-01-23 19:44:32 -0500
commitdd32f215d3208b2716f6b90a1509b74c702a6e6a (patch)
tree9f25669f2f7420887196bb5e1005820322e3ec06 /igor.py
parent7b2b84652b2f15fcf69c8d10f10014eeb2d7ce71 (diff)
downloadpython-coveragepy-dd32f215d3208b2716f6b90a1509b74c702a6e6a.tar.gz
Makefile should be clean too.
Diffstat (limited to 'igor.py')
-rw-r--r--igor.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/igor.py b/igor.py
index 1d6c2af..b54ba5d 100644
--- a/igor.py
+++ b/igor.py
@@ -194,6 +194,7 @@ def do_check_eol():
check_files("test/js", ["*.js", "*.html"])
check_file("setup.py")
check_file("igor.py")
+ check_file("Makefile")
check_files("doc", ["*.rst"])
check_files(".", ["*.txt"])