build:
    @echo "build-ran"

test:
    @echo "test-ran"

err:
    @echo "err-ran" >&2

hold-open:
    @sh -c 'sleep 3 & echo "foreground-ran"'
