We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 193a6dd commit 1426002Copy full SHA for 1426002
Makefile
@@ -1,5 +1,6 @@
1
PREFIX ?= /usr/local
2
BINPREFIX ?= "$(PREFIX)/bin"
3
+SHELL := bash
4
5
OS = $(shell uname)
6
ifeq ($(OS), FreeBSD)
0 commit comments