From 005c02083095666a53f80574346482371e271433 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Tue, 28 Feb 2023 15:45:54 +0300 Subject: [PATCH] minor tweak... Signed-off-by: Alex A. Naanou --- Makefile | 3 --- 1 file changed, 3 deletions(-) diff --git a/Makefile b/Makefile index ad3c31e..39b57fa 100644 --- a/Makefile +++ b/Makefile @@ -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