We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7776349 commit 019dfdaCopy full SHA for 019dfda
Makefile
@@ -1,6 +1,7 @@
1
-# Use bash and immediately exit on failure
+# Use a single bash shell for each job, and immediately exit on failure
2
SHELL := bash
3
.SHELLFLAGS := -ceu
4
+.ONESHELL:
5
6
# This doesn't work on directories.
7
# See https://stackoverflow.com/questions/25752543/make-delete-on-error-for-directory-targets
0 commit comments