From 9ab445302978c61daff0479ef82ca44a8aa7ad5b Mon Sep 17 00:00:00 2001 From: syl20bnr Date: Fri, 3 Feb 2017 10:59:32 -0500 Subject: [PATCH] Add convention for clean build project. --- doc/CONVENTIONS.org | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/CONVENTIONS.org b/doc/CONVENTIONS.org index 76cfc4f9d..85155ee20 100644 --- a/doc/CONVENTIONS.org +++ b/doc/CONVENTIONS.org @@ -209,6 +209,7 @@ The base prefix for major mode specific compilation is ~SPC m c~. |-------------+-------------------| | ~m c b~ | compile buffer | | ~m c c~ | compile | + | ~m c C~ | clean | | ~m c r~ | clean and compile | Note: we don't distinguish between the file and the buffer. We can