diff options
author | Tony Theodore <tonyt@logyst.com> | 2014-03-22 14:34:17 (GMT) |
---|---|---|
committer | Tony Theodore <tonyt@logyst.com> | 2014-03-22 14:34:17 (GMT) |
commit | ce2c47c9b7708f571b0ee38c4539c8002a73355c (patch) | |
tree | bce7c7b28adb7119d6eb31c361f39fa46b9aa79a /index.html | |
parent | 92c40653d35a0187f0cdcc8073f650da54019957 (diff) | |
download | mxe-ce2c47c9b7708f571b0ee38c4539c8002a73355c.zip mxe-ce2c47c9b7708f571b0ee38c4539c8002a73355c.tar.gz mxe-ce2c47c9b7708f571b0ee38c4539c8002a73355c.tar.bz2 |
doc update: add note about `make cleanup-style`
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -2710,7 +2710,11 @@ endef</pre> <li> <p> Check that you don't have "dirty stuff" in your <code>*.mk</code> files, - such as TAB characters or trailing spaces at lines endings. + such as TAB characters or trailing spaces at lines endings. Run: + </p> + <pre>make cleanup-style</pre> + <p> + to remove these. Have a look at random <code>*.mk</code> files to get a feeling for the coding style. </p> |