aboutsummaryrefslogtreecommitdiff
path: root/LUFA/makefile
diff options
context:
space:
mode:
authorDean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28>2011-06-20 14:38:21 +0000
committerDean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28>2011-06-20 14:38:21 +0000
commit1601e1be4436a02bd497f5c9753c317ec508b3cb (patch)
tree29cda8673e9de7ea22e927561623b5aca64e5030 /LUFA/makefile
parentefb72417c9e35b44daf4e38d676ac3848ecb9bad (diff)
Add new "checksource" target to the library makefiles, for automated source file existance checking.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1821 d5102386-fcda-11dd-9fdb-3debd5008f28
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 58c60bc7..e35ee089 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`"