projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Add new "checksource" target to the library makefiles, for automated source file...
[pub/USBasp.git]
/
LUFA
/
makefile
diff --git
a/LUFA/makefile
b/LUFA/makefile
index
58c60bc
..
e35ee08
100644
(file)
--- 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`"