diff --git a/Makefile b/Makefile index 26ea897..4a2b199 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,7 @@ RUSTC ?= rustc RUSTDOC ?= rustdoc RUSTC_FLAGS ?= -g +SHELL = /bin/sh BIN_DIR = bin DOC_DIR = doc