|
|
|
|
|
by emilis_info
4520 days ago
|
|
You can pack several shell scripts into one Makefile as .PHONY targets. You can share configuration values, subtasks between the tasks. It is somewhat easier to supply options to tasks e.g.: make deploy SERVER=example.com
Shell syntax is horrible itself. Make doesn't add too much on top of that. |
|