diff options
author | Bryan Newbold <bnewbold@archive.org> | 2020-05-13 19:30:33 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@archive.org> | 2020-05-13 19:30:33 -0700 |
commit | f071300f0be534f4ebcaf0f289ab24161e6794ce (patch) | |
tree | 881722bdb80dcabfebca8033a9532fe2d19989dc /Makefile | |
parent | 5489adf453847f823e5611e131fc56229e952465 (diff) | |
download | fatcat-scholar-f071300f0be534f4ebcaf0f289ab24161e6794ce.tar.gz fatcat-scholar-f071300f0be534f4ebcaf0f289ab24161e6794ce.zip |
small Makefile best practice (?) tweak
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,4 +1,7 @@ +SHELL = /bin/bash +.SHELLFLAGS = -o pipefail -c + .PHONY: help help: ## Print info about all commands @echo "Commands:" |