]> git.donarmstrong.com Git - qmk_firmware.git/commit
Fix slight inconsistency
authorFred Sundvik <fsundvik@gmail.com>
Wed, 24 Aug 2016 07:29:01 +0000 (10:29 +0300)
committerFred Sundvik <fsundvik@gmail.com>
Wed, 24 Aug 2016 07:29:01 +0000 (10:29 +0300)
commit7c9fff59d0bfd36016a5cd79d40ec27ae591610b
treeddca26737e70599063fa9dfcc3facdb5bb171b2b
parentfeebc58d327b969fe1ef11cd5b5989a60c51ac87
Fix slight inconsistency

When running make from either a keyboard folder or a subproject
it runs all keymaps for all subprojects and the selected subproject
respectively. Without this fix, the same doesn't happen if your
run make clean for example. As it would just provide you with an
error message. Now this will work as expected.
Makefile