world ${.TARGETS}:
	@echo "You must use the GNU make."
	@echo "Please set the environment variable MAKE to the GNU make path"
	@echo "(ex. export MAKE=/bin/gnumake)"
	@exit 1

