Makefile Cleanup - further simplification of local building (#12354)
commit69c779c0f73c7337cb55019116242547117ee83b
authorJ Blackman <blckmn@users.noreply.github.com>
Tue, 14 Feb 2023 15:44:20 +0000 (15 02:44 +1100)
committerGitHub <noreply@github.com>
Tue, 14 Feb 2023 15:44:20 +0000 (14 16:44 +0100)
treec4bbf1ec7cfb5ba1811567732186abdc248556d8
parentfd2ac2f77f35dc6fe37f746b4db7eb93eb328f1d
Makefile Cleanup - further simplification of local building (#12354)

* Makefile Cleanup - further simplification of local building

Can now use the commands:

make BETAFLIGHTF4

make BETAFLIGHTF4_clean

make configs

Target objects for config are now kept separate, so changing a config in use will rebuild as required.

* Minor correction for cummulative use in naming target
Makefile