From d0071960b843b76e71cc35e2d0f38c8c26e1beee Mon Sep 17 00:00:00 2001 From: Mahmoud Al-Qudsi Date: Thu, 14 Sep 2017 14:35:05 -0500 Subject: [PATCH] fixup! Include make [test|all|install] in BSDmakefile --- BSDmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BSDmakefile b/BSDmakefile index 3af4eab79..591052dc8 100644 --- a/BSDmakefile +++ b/BSDmakefile @@ -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