diff options
Diffstat (limited to 'LUFA/makefile')
-rw-r--r-- | LUFA/makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/LUFA/makefile b/LUFA/makefile index 58c60bc7a..e35ee089f 100644 --- a/LUFA/makefile +++ b/LUFA/makefile @@ -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`" |