baoshi / CubeMX2Makefile

STM32CubeMX project to Makefile converter
152 stars 52 forks source link

put .dep into the $(BUILD_DIR) #24

Open ildar opened 7 years ago

ildar commented 7 years ago

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.