mirror of
https://github.com/freedoom/freedoom.git
synced 2025-09-02 07:25:45 -04:00
Makefile: remove SHELL variable
This was added in 2019-10-27T03:24:50Z!noreply@github.com to fix a bug the former wad-image targets created when run on non-bash shell. Its author now recommends to remove it with the removal of wad-image.
This commit is contained in:
parent
30bad18883
commit
77c53e11ad
1 changed files with 0 additions and 1 deletions
1
Makefile
1
Makefile
|
@ -1,6 +1,5 @@
|
|||
# SPDX-License-Identifier: BSD-3-Clause
|
||||
|
||||
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