Skip to content

Commit

Permalink
🔧 Improve Makefile default behavior
Browse files Browse the repository at this point in the history
  • Loading branch information
B-Galati committed Jul 17, 2022
1 parent 3ac9dd9 commit 57b0b2e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
SHELL := /bin/bash
SHELL := bash
.ONESHELL:
.SHELLFLAGS := -eu -o pipefail -c
MAKEFLAGS += --warn-undefined-variables
MAKEFLAGS += --no-builtin-rules

COMPOSER_INSTALL_FLAGS ?=
COMPOSER_UPDATE_FLAGS ?=
Expand Down

0 comments on commit 57b0b2e

Please sign in to comment.