From e4db48ab1528771851bc7260fd1cb56fcb3cc6c9 Mon Sep 17 00:00:00 2001 From: johannst Date: Fri, 18 Sep 2020 20:22:54 +0200 Subject: added make -p note --- src/development/make.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/development/make.md') 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: -- cgit v1.2.3