X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/064643e06648dcb7e4d03bd2c2029b9186c250b5..e10f5b4f144f3fd35c5c6c3474e37fd8a1fd682d:/LUFA/makefile diff --git a/LUFA/makefile b/LUFA/makefile index 937e3a45d..46dcc0843 100644 --- 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