diff options
Diffstat (limited to 'src/development')
-rw-r--r-- | src/development/make.md | 3 |
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 |