fixup! Include make [test|all|install] in BSDmakefile

This commit is contained in:
Mahmoud Al-Qudsi 2017-09-14 14:35:05 -05:00
parent 9fd16d730b
commit d0071960b8

View file

@ -2,7 +2,7 @@ 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:
all: warn
install: warn
test: warn