Makefile: drop sail target; hopper no longer invokes it
The `sail` target was a one-line wrapper around
`sol service restart --if-installed` that existed solely so hopper
could auto-restart the installed service after shipping a lode.
Hopper is dropping that auto-invocation, so the target is dead.
`sol service restart --if-installed` remains the direct path.