Add new "checksource" target to the library makefiles, for automated source file existance checking.

This commit is contained in:
Dean Camera 2011-06-20 14:38:21 +00:00
parent 5d7827a573
commit ca9f89ce82
80 changed files with 792 additions and 147 deletions

View file

@ -81,7 +81,9 @@ ifeq ($(origin LUFA_PATH), undefined)
clean_doxygen:
rm -rf Documentation
checksource:
version:
@echo "LUFA `grep LUFA_VERSION_STRING Version.h | cut -d'"' -f2`"