projects
/
pub
/
lufa.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Add new "version" makefile target to the main LUFA library makefile, to give an easy...
[pub/lufa.git]
/
LUFA
/
makefile
diff --git
a/LUFA/makefile
b/LUFA/makefile
index
937e3a4
..
46dcc08
100644
(file)
--- 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