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