Make lint alias standard

This commit is contained in:
Rudi Grinberg 2018-01-11 16:20:19 +08:00
parent 9ed300e5a2
commit 6bd46a76f8
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ let make name ~dir =
let dep t = Build.path t.file
let is_standard = function
| "runtest" | "install" | "doc" -> true
| "runtest" | "install" | "doc" | "lint" -> true
| _ -> false
let dep_rec ~loc ~file_tree t =