From 44051c458ce659d3601f1f71a7bac66f0728de9e Mon Sep 17 00:00:00 2001 From: Johannes Stoelp Date: Wed, 24 Nov 2021 00:08:19 +0100 Subject: make: add CURDIR --- src/development/make.md | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/development/make.md') 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 -- cgit v1.2.3