From 9b0e8c56c24481bee23561a3852563e7b23b712d Mon Sep 17 00:00:00 2001 From: Zygo Blaxell Date: Thu, 21 Dec 2017 13:24:16 -0500 Subject: [PATCH] Makefile: fix duplicate merge artifact Keep the first duplicate MARKDOWN stanza. Signed-off-by: Zygo Blaxell --- Makefile | 3 --- 1 file changed, 3 deletions(-) diff --git a/Makefile b/Makefile index f06f231..11567ec 100644 --- a/Makefile +++ b/Makefile @@ -7,9 +7,6 @@ MARKDOWN ?= markdown # allow local configuration to override above variables -include localconf -MARKDOWN := $(shell which markdown markdown2 markdown_py 2>/dev/null) -MARKDOWN ?= markdown - default all: lib src test README.html clean: ## Cleanup