aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/development
diff options
context:
space:
mode:
Diffstat (limited to 'src/development')
-rw-r--r--src/development/make.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/development/make.md b/src/development/make.md
index 751b460..99dba36 100644
--- a/src/development/make.md
+++ b/src/development/make.md
@@ -11,6 +11,8 @@ target .. : prerequisite ..
- `prerequisite`: an input that is used to generate the target
- `recipe`: list of actions to generate the output from the input
+> Use `make -p` to print all rules and variables (implicitly + explicitly defined).
+
## Pattern rules & Automatic variables
### Pattern rules
A pattern rule contains the `%` char (exactly one of them) and look like this example: