1
0
mirror of https://github.com/Zygo/bees.git synced 2025-05-17 21:35:45 +02:00

Makefile: fix duplicate merge artifact

Keep the first duplicate MARKDOWN stanza.

Signed-off-by: Zygo Blaxell <bees@furryterror.org>
This commit is contained in:
Zygo Blaxell 2017-12-21 13:24:16 -05:00
parent b978a5dea6
commit 9b0e8c56c2

View File

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