We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4821eaf commit f86b8c3Copy full SHA for f86b8c3
README.md
@@ -27,7 +27,7 @@ curl https://raw.githubusercontent.com/awinecki/magicfile/main/Makefile > Makefi
27
28
Add regular `make` commands. Some tips:
29
30
-- Splitting commands on multiple lines is problematic in makefiles, but can be done with `/`
+- Splitting commands on multiple lines is problematic in makefiles, but can be done with `\`
31
32
```shell
33
check-param: # [CHECK] Checks if param is present: make key=value
0 commit comments