X-Git-Url: http://git.linex4red.de/pub/lufa.git/blobdiff_plain/1d2680b3582107fc14e6d9db1204670fa52272bd..fa2cc3e1c3abab7c971506bd86ca4e28ecc7d288:/makefile diff --git a/makefile b/makefile index 0d0696589..fd5784a3d 100644 --- a/makefile +++ b/makefile @@ -1,6 +1,6 @@ # # LUFA Library -# Copyright (C) Dean Camera, 2015. +# Copyright (C) Dean Camera, 2021. # # dean [at] fourwalledcubicle [dot] com # www.lufa-lib.org @@ -9,7 +9,6 @@ # Makefile to build the LUFA library, projects and demos. # Call with "make all" to rebuild everything, "make clean" to clean everything, -# "make mostlyclean" to remove all intermediary files but preserve any binaries, # "make doxygen" to document everything with Doxygen (if installed). Call # "make help" for additional target build information within a specific project.