Add new "checksource" target to the library makefiles, for automated source file...
[pub/USBasp.git] / LUFA / makefile
index 58c60bc..e35ee08 100644 (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`"