Makefile: remove bash -x option, avoiding duplicating exec lines

This commit is contained in:
Mike Swanson 2019-10-28 10:29:22 -07:00
parent 91a4eefed0
commit f961c3e72c

View file

@ -1,6 +1,6 @@
# SPDX-License-Identifier: BSD-3-Clause # SPDX-License-Identifier: BSD-3-Clause
SHELL=bash -Eeuxo pipefail SHELL=bash -Eeuo pipefail
VERSION=$(shell git describe --abbrev=8 --dirty 2>/dev/null || echo v0.12.1) VERSION=$(shell git describe --abbrev=8 --dirty 2>/dev/null || echo v0.12.1)
WADS=wads WADS=wads
ASCIIDOC=asciidoc ASCIIDOC=asciidoc