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.
master
Mike Swanson 2019-10-28 18:54:00 -07:00
parent 30bad18883
commit 77c53e11ad
1 changed files with 0 additions and 1 deletions

View File

@ -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