mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-07-07 16:32:13 +00:00
Add new "version" makefile target to the main LUFA library makefile, to give an easy way to identify a LUFA release from the command-line.
This commit is contained in:
parent
064643e066
commit
e10f5b4f14
@ -20,9 +20,8 @@
|
|||||||
*
|
*
|
||||||
* \section Sec_InDevelopment Latest In-Development Source Code
|
* \section Sec_InDevelopment Latest In-Development Source Code
|
||||||
* Issue Tracker: http://www.lufa-lib.org/tracker \n
|
* Issue Tracker: http://www.lufa-lib.org/tracker \n
|
||||||
* Bazaar Access: http://www.lufa-lib.org/bzr \n
|
|
||||||
* SVN Access: http://www.lufa-lib.org/svn \n
|
* SVN Access: http://www.lufa-lib.org/svn \n
|
||||||
* Git Access: http://www.lufa-lib.org/git \n
|
* GIT Access: http://www.lufa-lib.org/git \n
|
||||||
* Latest Repository Source Archive: http://www.lufa-lib.org/latest-archive \n
|
* Latest Repository Source Archive: http://www.lufa-lib.org/latest-archive \n
|
||||||
* Commit RSS Feed: http://www.lufa-lib.org/rss \n
|
* Commit RSS Feed: http://www.lufa-lib.org/rss \n
|
||||||
*
|
*
|
||||||
|
@ -81,5 +81,8 @@ ifeq ($(origin LUFA_PATH), undefined)
|
|||||||
clean_doxygen:
|
clean_doxygen:
|
||||||
rm -rf Documentation
|
rm -rf Documentation
|
||||||
|
|
||||||
.PHONY: all clean clean_list doxygen clean_doxygen
|
version:
|
||||||
|
@echo "LUFA `grep LUFA_VERSION_STRING Version.h | cut -d'"' -f2`"
|
||||||
|
|
||||||
|
.PHONY: all clean clean_list doxygen clean_doxygen version
|
||||||
endif
|
endif
|
||||||
|
Loading…
Reference in New Issue
Block a user