aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'LUFA/makefile')
-rw-r--r--LUFA/makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/LUFA/makefile b/LUFA/makefile
index 937e3a45d..46dcc0843 100644
--- a/LUFA/makefile
+++ b/LUFA/makefile
@@ -80,6 +80,9 @@ ifeq ($(origin LUFA_PATH), undefined)
clean_doxygen:
rm -rf Documentation
+
+ version:
+ @echo "LUFA `grep LUFA_VERSION_STRING Version.h | cut -d'"' -f2`"
- .PHONY: all clean clean_list doxygen clean_doxygen
+ .PHONY: all clean clean_list doxygen clean_doxygen version
endif