diff options
author | skullY <skullydazed@gmail.com> | 2017-09-06 21:09:01 -0700 |
---|---|---|
committer | skullY <skullydazed@gmail.com> | 2017-09-06 21:09:08 -0700 |
commit | 927ef813638953a0d69692f4d21500f1da25b1f4 (patch) | |
tree | ecfc55a2cc66cc90ec076fc9ab5bc844172a845c /Makefile | |
parent | 6fc43ddaf6048edc67c00ea258ffbbcbded631b0 (diff) | |
download | qmk_firmware-927ef813638953a0d69692f4d21500f1da25b1f4.tar.gz qmk_firmware-927ef813638953a0d69692f4d21500f1da25b1f4.zip |
Revert "Remove the "lib/%" rule."
This reverts commit 6fc43ddaf6048edc67c00ea258ffbbcbded631b0.
I didn't think this through before pushing it.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -554,6 +554,10 @@ test: test-all .PHONY: test-clean test-clean: test-all-clean +lib/%: + git submodule sync $? + git submodule update --init $? + git-submodule: git submodule sync --recursive git submodule update --init --recursive |