diff options
Diffstat (limited to 'development')
-rw-r--r-- | development/make.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/development/make.html b/development/make.html index f4cbf08..f64de16 100644 --- a/development/make.html +++ b/development/make.html @@ -215,6 +215,10 @@ bbb: * = bla ---- </code></pre> +<p>Variables related to filesystem paths:</p> +<ul> +<li><code>$(CURDIR)</code>: Path of current working dir after using <code>make -C path</code></li> +</ul> <h2><a class="header" href="#useful-functions" id="useful-functions">Useful functions</a></h2> <h3><a class="header" href="#substitution-references" id="substitution-references">Substitution references</a></h3> <p>Substitute strings matching pattern in a list.</p> |