X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/8aeab064575a9ad0742129e2763e2a93e3cb9a33..feabfd12ce3d14b43d2decb2b2f1c5b27e9d6181:/makefile diff --git a/makefile b/makefile index 6fca4a6b7..5446c939d 100644 --- a/makefile +++ b/makefile @@ -9,8 +9,9 @@ # Makefile to build the LUFA library 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 -# and "make doxygen" to document the project with DoxyGen (if installed). +# "make clean_list" to remove all intermediatary files but preserve any binaries, +# "make doxygen" to document the library/demos/etc. with DoxyGen (if installed) and +# "make clean_doxygen" to remove generated Doxygen documentation. # It is suggested that for the master build, the --quiet switch is passed to make, # to remove all the commands from the output. This gives a much easier to read