fish-shell/BSDmakefile
2017-09-14 14:35:05 -05:00

9 lines
216 B
Makefile

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