diff options
author | johannst <johannst@users.noreply.github.com> | 2021-11-24 23:50:09 +0000 |
---|---|---|
committer | johannst <johannst@users.noreply.github.com> | 2021-11-24 23:50:09 +0000 |
commit | 241f2c89769a72a0e04540a0310af2817b60ae24 (patch) | |
tree | 60ff344755029bec7a35392c315b61fd4904396d /development | |
parent | 32a4c0dddc20f75b484ffb4a85c5374215416829 (diff) | |
download | notes-241f2c89769a72a0e04540a0310af2817b60ae24.tar.gz notes-241f2c89769a72a0e04540a0310af2817b60ae24.zip |
deploy: 4b2d24e60b147e5a7552e01ba800573164b2c441
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> |