include z.mk

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

clean::
	@echo "target :clean:"

distclean::
	@echo "target :distclean:"
