aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@archive.org>2020-05-13 19:30:33 -0700
committerBryan Newbold <bnewbold@archive.org>2020-05-13 19:30:33 -0700
commitf071300f0be534f4ebcaf0f289ab24161e6794ce (patch)
tree881722bdb80dcabfebca8033a9532fe2d19989dc
parent5489adf453847f823e5611e131fc56229e952465 (diff)
downloadfatcat-scholar-f071300f0be534f4ebcaf0f289ab24161e6794ce.tar.gz
fatcat-scholar-f071300f0be534f4ebcaf0f289ab24161e6794ce.zip
small Makefile best practice (?) tweak
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 048fad6..f5e93d9 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,7 @@
+SHELL = /bin/bash
+.SHELLFLAGS = -o pipefail -c
+
.PHONY: help
help: ## Print info about all commands
@echo "Commands:"