X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/6fa8da4e561ee920f66ece42ce7e937a5399626d..9da01ee78b59bcaed0d73e3f77d2f284885bfc76:/makefile diff --git a/makefile b/makefile index 898353c0d..a134dc0ab 100644 --- a/makefile +++ b/makefile @@ -9,11 +9,12 @@ # Makefile to build the LUFA library, projects and demos. # Call with "make all" to rebuild everything, "make clean" to clean everything, -# "make clean_list" to remove all intermediatary files but preserve any binaries, -# "make doxygen" to document everything with Doxygen (if installed) and -# "make clean_doxygen" to remove generated Doxygen documentation from everything. +# "make mostlyclean" to remove all intermediatary 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. all: + %: @echo Executing \"make $@\" on all LUFA library elements. @echo