diff options
| author | Dean Camera <dean@fourwalledcubicle.com> | 2012-06-26 17:37:25 +0000 |
|---|---|---|
| committer | Dean Camera <dean@fourwalledcubicle.com> | 2012-06-26 17:37:25 +0000 |
| commit | 80fab49e1dafaa4eaefd14a34245888bf9ee3804 (patch) | |
| tree | 05c482e09062dbdc7938846bc95ab6dd19e30216 /LUFA/DoxygenPages | |
| parent | aba33a03341dd80bd3cb9efea1001f42bd82c715 (diff) | |
| download | lufa-80fab49e1dafaa4eaefd14a34245888bf9ee3804.tar.gz lufa-80fab49e1dafaa4eaefd14a34245888bf9ee3804.tar.bz2 lufa-80fab49e1dafaa4eaefd14a34245888bf9ee3804.zip | |
Add "mostlyclean" makefile target to the BUILD build system module.
Diffstat (limited to 'LUFA/DoxygenPages')
| -rw-r--r-- | LUFA/DoxygenPages/BuildSystem.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/LUFA/DoxygenPages/BuildSystem.txt b/LUFA/DoxygenPages/BuildSystem.txt index 9a460d30a..1b26381bc 100644 --- a/LUFA/DoxygenPages/BuildSystem.txt +++ b/LUFA/DoxygenPages/BuildSystem.txt @@ -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
|
