aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'LUFA/makefile')
-rw-r--r--LUFA/makefile4
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`"