diff --git a/src/alias.ml b/src/alias.ml index b7b793df..5683e4a0 100644 --- a/src/alias.ml +++ b/src/alias.ml @@ -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 =