minor tweak...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2023-02-28 15:45:54 +03:00
parent 5765879aba
commit 005c020830

View File

@ -93,11 +93,8 @@ MD_FORMAT ?= markdown_github
# debug output...
#
# $DEBUG can either be empty or anything else...
DEBUG ?=
ifeq ($(DEBUG),)
STDERR := > /dev/null
else
STDERR :=
endif