Additional info to readme
| Author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2024-05-12 02:47:32 +0200 |
| Committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2024-05-12 02:47:32 +0200 |
| Commit | 4dcf60e3d6dbfdb3df98382d1932833fafd464ba (patch) |
|
-rw-r--r-- |
README.md | 2 |
1 files changed, 2 insertions, 0 deletions
| diff --git a/README.md b/README.md | |||
| ... | |||
| 73 | This will give us under we execute command `make` the following result. |
73 | This will give us under we execute command `make` the following result. |
| 74 | 74 | ||
| 75 | ```text |
75 | ```text |
| 76 | $ make |
||
| 76 | Targets: |
77 | Targets: |
| 77 | build-app Build the application |
78 | build-app Build the application |
| 78 | clean-cache Clean the cache |
79 | clean-cache Clean the cache |
| ... | |||
| 119 | The following example will produce the following result. |
120 | The following example will produce the following result. |
| 120 | 121 | ||
| 121 | ```text |
122 | ```text |
| 123 | $ make |
||
| 122 | This provides some additional tools for makefiles. |
124 | This provides some additional tools for makefiles. |
| 123 | 125 | ||
| 124 | Targets: |
126 | Targets: |
| ... | |||