aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/development/make.md
diff options
context:
space:
mode:
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