aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/makefile
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2011-06-20 14:38:21 +0000
committerDean Camera <dean@fourwalledcubicle.com>2011-06-20 14:38:21 +0000
commitca9f89ce821db58532f1782da2b3d22e3ac961f3 (patch)
tree29cda8673e9de7ea22e927561623b5aca64e5030 /LUFA/makefile
parent5d7827a573b7c9d110b1a9b180b5c2596c50ea3b (diff)
downloadlufa-ca9f89ce821db58532f1782da2b3d22e3ac961f3.tar.gz
lufa-ca9f89ce821db58532f1782da2b3d22e3ac961f3.tar.bz2
lufa-ca9f89ce821db58532f1782da2b3d22e3ac961f3.zip
Add new "checksource" target to the library makefiles, for automated source file existance checking.
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`"