mirror of
https://github.com/rstacruz/cheatsheets.git
synced 2026-04-27 03:00:45 -04:00
makefile: Add more links (#1306)
This commit is contained in:
14
makefile.md
14
makefile.md
@@ -36,11 +36,11 @@ also:
|
||||
|
||||
## Command prefixes
|
||||
|
||||
| Prefix | Description |
|
||||
| ------ | ----------- |
|
||||
| `-` | Ignore errors |
|
||||
| `@` | Don't print command |
|
||||
| `+` | Run even if Make is in 'don't execute' mode |
|
||||
| Prefix | Description |
|
||||
| ------ | ------------------------------------------- |
|
||||
| `-` | Ignore errors |
|
||||
| `@` | Don't print command |
|
||||
| `+` | Run even if Make is in 'don't execute' mode |
|
||||
|
||||
```makefile
|
||||
build:
|
||||
@@ -121,4 +121,6 @@ deploy:
|
||||
|
||||
## Further reading
|
||||
|
||||
* [isaacs's Makefile](https://gist.github.com/isaacs/62a2d1825d04437c6f08)
|
||||
- [isaacs's Makefile](https://gist.github.com/isaacs/62a2d1825d04437c6f08)
|
||||
- [Your Makefiles are wrong](https://tech.davis-hansson.com/p/make/)
|
||||
- [Manual](https://www.gnu.org/software/make/manual/html_node/index.html)
|
||||
|
||||
Reference in New Issue
Block a user