summaryrefslogtreecommitdiffstats
path: root/index.html
diff options
context:
space:
mode:
authorTony Theodore <tonyt@logyst.com>2014-03-22 14:34:17 (GMT)
committerTony Theodore <tonyt@logyst.com>2014-03-22 14:34:17 (GMT)
commitce2c47c9b7708f571b0ee38c4539c8002a73355c (patch)
treebce7c7b28adb7119d6eb31c361f39fa46b9aa79a /index.html
parent92c40653d35a0187f0cdcc8073f650da54019957 (diff)
downloadmxe-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.html6
1 files changed, 5 insertions, 1 deletions
diff --git a/index.html b/index.html
index 9f446c5..6c108fe 100644
--- a/index.html
+++ b/index.html
@@ -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>