diff --git a/README.md b/README.md index a060281..492b00c 100644 --- a/README.md +++ b/README.md @@ -999,7 +999,7 @@ Before the building process begins, the Makefile will look for the included file I don't think those topics fit either in the beginner's guide or in the advanced topics. However, I think they are useful to know and can be used to improve your Makefiles. -### Special Targets +### Special Targets There are a few special targets that can be used in a Makefile. These targets are not files but, rather commands that can be executed by the Makefile. Please note that these are not all the targets, but rather only the ones I use the most/are more useful. - `.SILENT` - Disables the default logging of Make actions in the terminal. If used with prerequisites, only those targets are executed silently. @@ -1050,7 +1050,7 @@ Otherwise, if used without prerequisites, all targets are executed sequentially. ------------------------------------------------------------------ -### Makefile Flags +### Makefile Flags - `-C