.mk (makefile) is text.

This commit is contained in:
Kelvin Sherlock 2012-04-28 14:04:15 -04:00
parent f92f901742
commit 29d7dd0181
1 changed files with 2 additions and 1 deletions

View File

@ -15,7 +15,8 @@ TEXT = {
".h" => true,
".txt" => true,
".text" => true,
".rb" => true
".rb" => true,
'.mk' => true
}
def do_error(client, message)