mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-09-10 17:15:43 +00:00
Add "mostlyclean" makefile target to the BUILD build system module.
This commit is contained in:
@@ -12,6 +12,9 @@
|
||||
* application makefile. The system is written in GNU Make, and each module is independant of
|
||||
* one-another.
|
||||
*
|
||||
* For details on the prerequisites needed for Linux and Windows machines to be able to use the LUFA
|
||||
* build system, see \ref Sec_Prerequisites.
|
||||
*
|
||||
* To use a LUFA build system module, simply add an include to your project makefile:
|
||||
* \code
|
||||
* include $(LUFA_PATH)/Build/lufa.core.in
|
||||
@@ -97,6 +100,10 @@
|
||||
* <td><tt>clean</tt></td>
|
||||
* <td>Remove all intermediatary files and binary output files.</td>
|
||||
* </tr>
|
||||
* <tr>
|
||||
* <td><tt>mostlyclean</tt></td>
|
||||
* <td>Remove all intermediatary files but preserve any binary output files.</td>
|
||||
* </tr>
|
||||
* </table>
|
||||
*
|
||||
* \section SSec_BuildModule_BUILD_MandatoryParams Mandatory Parameters
|
||||
|
||||
Reference in New Issue
Block a user