
In rare occasions during development when e.g. a missing symbol caused the linker process to abort, the joined library was not removed at the end of the build. In subsequent builds this possibly caused problems during creation of the joined library as a static library cannot be updated but must be removed and re-created. This change solves the described problem by removing a possibly pre-exising joined library before the link. Signed-off-by: Florian Fleissner <florian.fleissner@inpartik.de>
Arduino Core for the Keyboardio Model 01
This repository contains a number of git submodules.
As an end-user, you can recursively check out all the referenced modules:
% make checkout-submodules
As a maintainer, you can pull all the referenced modules to the latest upstream tips of the modules' canonical branches:
% make maintainer-update-submodules
Do note that in order to commit the changes to the submodules of a given repository, you'll need to commit and push the changes in that repository
To add a submodule, use a commandline like this:
% git submodule add https://github.com/Keyboardio/Kaleidoscope-Plugin/ libraries/Kaleidoscope-Plugin
Description
Languages
C
57.2%
C++
41.6%
Makefile
1.2%