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: install: warn test: warn .PHONY: warn all install test