baoshi / CubeMX2Makefile

STM32CubeMX project to Makefile converter
152 stars 52 forks source link

explicitly create build directory #16

Open pabiagioli opened 7 years ago

pabiagioli commented 7 years ago

The command "make all" in ubuntu 16.04 was giving me a hard time, so I investigated and found the build folder wasn't being created. My proposed fix is to add explicitly the dependency, so it first creates the directory, and after that it makes all the other steps.