.POSIX:

## +

## plus sign prefix

	# Run command even if `-n`, `-q`, `-t` are passed on the command line.

	# TODO: not running with `-q`?

.PHONY: all

all:
	echo $cmd
	echo 'no plus'
	+echo 'plus'
