`patches.h` target isnt being executed, which means that from a clean clone running `make` leads to ``` tabbed.c:21:10: fatal error: patches.h: No such file or directory 21 | #include "patches.h" | ^~~~~~~~~~~ compilation terminated. ```
patches.htarget isnt being executed, which means that from a clean clone runningmakeleads to