include z.mk

# the :foo: syntax used below is to avoid ambiguity with default grep matching

check::
	@echo "target :$@:"

static-check::
	@echo "target :$@:"
