# GNU make is required
#
world ${.TARGETS}:
	@echo "Please use GNU make"
