fuhsnn/slimcc

`-MMD` wrongly omits files from -I specified directory

Closed this issue · 0 comments

dir/inc.h
m.c

#include "inc.h"
int main(void) {}

run

chibicc -Idir m.c -MMD -MF m.d && cat m.d

got

m.o: \
  m.c

dir/inc.h should be there