warn:
	@echo "Error: BSD Make not supported"
	@echo "Please use GNU Make (gmake) to build fish. Refer to README.md for detailed build instructions."

all: warn
install: warn
test: warn

.PHONY: warn all install test
