aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/development/make.md
diff options
context:
space:
mode:
authorJohannes Stoelp <johannes.stoelp@gmail.com>2021-11-24 00:08:19 +0100
committerJohannes Stoelp <johannes.stoelp@gmail.com>2021-11-24 00:08:19 +0100
commit44051c458ce659d3601f1f71a7bac66f0728de9e (patch)
tree7981e9572077d5a30985d18d4ce2d1c76baf329d /src/development/make.md
parent2f2765eab0e81a10c9d9be5431bd8fa90151528e (diff)
downloadnotes-44051c458ce659d3601f1f71a7bac66f0728de9e.tar.gz
notes-44051c458ce659d3601f1f71a7bac66f0728de9e.zip
make: add CURDIR
Diffstat (limited to 'src/development/make.md')
-rw-r--r--src/development/make.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/development/make.md b/src/development/make.md
index 99dba36..dcc9fe6 100644
--- a/src/development/make.md
+++ b/src/development/make.md
@@ -69,6 +69,9 @@ Running above `Makefile` gives:
----
```
+Variables related to filesystem paths:
+- `$(CURDIR)`: Path of current working dir after using `make -C path`
+
## Useful functions
### Substitution references