baoshi / CubeMX2Makefile

STM32CubeMX project to Makefile converter
152 stars 52 forks source link

sort values before adding #28

Open ildar opened 7 years ago

ildar commented 7 years ago

the substituted values like $C_SOURCES and $C_INCLUDES which depend on path are added semi-randomly (depends on FS paths). This is bad and should be fixed. Please add sorting before adding the paths.