We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d035255 commit 79a7d01Copy full SHA for 79a7d01
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