mirror of
https://github.com/cmur2/python-bme280.git
synced 2024-12-22 02:54:22 +01:00
module: improve Makefile's oneshell mode
This commit is contained in:
parent
f5299f33b4
commit
e95d4427b5
3
Makefile
3
Makefile
@ -2,8 +2,9 @@
|
|||||||
# https://tech.davis-hansson.com/p/make/
|
# https://tech.davis-hansson.com/p/make/
|
||||||
SHELL := bash
|
SHELL := bash
|
||||||
.ONESHELL:
|
.ONESHELL:
|
||||||
.SHELLFLAGS := -eu -o pipefail -c
|
.SHELLFLAGS := -eux -o pipefail -c
|
||||||
.DELETE_ON_ERROR:
|
.DELETE_ON_ERROR:
|
||||||
|
.SILENT:
|
||||||
.DEFAULT_GOAL := all
|
.DEFAULT_GOAL := all
|
||||||
MAKEFLAGS += --warn-undefined-variables
|
MAKEFLAGS += --warn-undefined-variables
|
||||||
MAKEFLAGS += --no-builtin-rules
|
MAKEFLAGS += --no-builtin-rules
|
||||||
|
Loading…
Reference in New Issue
Block a user