Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
sys/arduino/sketches: force rebuild on sketch delete
Hack to force rebuild everytime so its rebuilt when a sketch is deleted. There are different ways to properly fix it: * generate an equivalent of .d file included by make * change the sketches.cpp to directly include the .sketch files and GCC would do the job of generating the .d file with the '.sketch' files.
- Loading branch information