diff options
Diffstat (limited to 'docs/ACE-guidelines.html')
-rw-r--r-- | docs/ACE-guidelines.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/ACE-guidelines.html b/docs/ACE-guidelines.html index fa56491f39a..4b9e85f5931 100644 --- a/docs/ACE-guidelines.html +++ b/docs/ACE-guidelines.html @@ -870,6 +870,9 @@ bgcolor="#ffffff"> </code></pre><p> This avoids leaving the temporary file even if the program crashes.<p> + + <li>Always use <code>$(RM)</code> instead of <code>rm</code> or + <code>rm -f</code> in Makefiles.<p> </ul> |