From 3c4025ae1926839260033f25ec5cc7c0968b5b00 Mon Sep 17 00:00:00 2001 From: Vladimir Zhelezov Date: Sun, 20 Dec 2020 09:04:59 +0100 Subject: [PATCH] BSDmakefile Just print a reminder to use `gmake` instead of spurting a bunch of errors. --- shell-completion/BSDmakefile | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 shell-completion/BSDmakefile diff --git a/shell-completion/BSDmakefile b/shell-completion/BSDmakefile new file mode 100644 index 000000000..a21d418e0 --- /dev/null +++ b/shell-completion/BSDmakefile @@ -0,0 +1,4 @@ +.DONE: + @echo "GNU Make (gmake) required to build" +.DEFAULT: + @echo "GNU Make (gmake) required to build"