Skip to content

Commit ce17ed6

Browse files
committed
Support -MF and -MT in cosmocc
1 parent d27a47b commit ce17ed6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tool/cosmocc/bin/cosmocc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,8 @@ for x; do
196196
[ x"$x" = x"-I" ] ||
197197
[ x"$x" = x"-D" ] ||
198198
[ x"$x" = x"-U" ] ||
199+
[ x"$x" = x"-MF" ] ||
200+
[ x"$x" = x"-MT" ] ||
199201
[ x"$x" = x"-iquote" ] ||
200202
[ x"$x" = x"-isystem" ] ||
201203
[ x"$x" = x"-include" ]; then

0 commit comments

Comments
 (0)