mirror of
https://github.com/freedoom/freedoom.git
synced 2025-09-01 13:25:46 -04:00
Makefile: remove bash -x option, avoiding duplicating exec lines
This commit is contained in:
parent
91a4eefed0
commit
f961c3e72c
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -1,6 +1,6 @@
|
|||
# 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)
|
||||
WADS=wads
|
||||
ASCIIDOC=asciidoc
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue