mirror of
https://github.com/Zygo/bees.git
synced 2025-07-06 18:32:26 +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:
3
Makefile
3
Makefile
@ -7,9 +7,6 @@ MARKDOWN ?= markdown
|
|||||||
# allow local configuration to override above variables
|
# allow local configuration to override above variables
|
||||||
-include localconf
|
-include localconf
|
||||||
|
|
||||||
MARKDOWN := $(shell which markdown markdown2 markdown_py 2>/dev/null)
|
|
||||||
MARKDOWN ?= markdown
|
|
||||||
|
|
||||||
default all: lib src test README.html
|
default all: lib src test README.html
|
||||||
|
|
||||||
clean: ## Cleanup
|
clean: ## Cleanup
|
||||||
|
Reference in New Issue
Block a user