diff options
author | Johannes Stoelp <johannes.stoelp@gmail.com> | 2021-11-24 00:08:19 +0100 |
---|---|---|
committer | Johannes Stoelp <johannes.stoelp@gmail.com> | 2021-11-24 00:08:19 +0100 |
commit | 44051c458ce659d3601f1f71a7bac66f0728de9e (patch) | |
tree | 7981e9572077d5a30985d18d4ce2d1c76baf329d /src/development/make.md | |
parent | 2f2765eab0e81a10c9d9be5431bd8fa90151528e (diff) | |
download | notes-44051c458ce659d3601f1f71a7bac66f0728de9e.tar.gz notes-44051c458ce659d3601f1f71a7bac66f0728de9e.zip |
make: add CURDIR
Diffstat (limited to 'src/development/make.md')
-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 |