cc: add support for -M flag

This commit is contained in:
Jakub Konka
2022-08-08 14:26:10 +02:00
parent 80c9d3f3b1
commit a0ec07fdec
3 changed files with 19 additions and 7 deletions

View File

@@ -386,11 +386,15 @@ const known_options = [_]KnownOpt{
},
.{
.name = "MM",
.ident = "dep_file_mm",
.ident = "dep_file_to_stdout",
},
.{
.name = "M",
.ident = "dep_file_to_stdout",
},
.{
.name = "user-dependencies",
.ident = "dep_file_mm",
.ident = "dep_file_to_stdout",
},
.{
.name = "MMD",