all:
	echo "NOP 'all' target"

check:
	echo "Always failing 'check' target"
	[ -z "$${SCHROOT_SESSION_ID}" ] || false
