CubeMX2Makefile
CubeMX2Makefile copied to clipboard
put .dep into the $(BUILD_DIR)
Currently .dep is located in the current dir. I suggest it be in the $(BUILD_DIR). That is especially useful if $(BUILD_DIR) is redefined as some other dir, e.g.:
$ make BUILD_DIR=/tmp/build
I use @SL-RU 's fork.