From 1c100ff31679356c7724340de84d73e15b78e47a Mon Sep 17 00:00:00 2001 From: Oleh Prypin Date: Thu, 7 Jan 2021 01:29:29 +0100 Subject: [PATCH] Fix 'make clean' after dc8f0c34508f3ccea2f6cf3fe5db348abd531eb2 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ecf84b7..7c57d5e 100644 --- a/Makefile +++ b/Makefile @@ -19,7 +19,7 @@ github-markdown.min.css: .PHONY: clean clean: - rm -f $(html_files) render_md nightly_link + rm -f $(html_files) $(vendored_files) render_md nightly_link .PHONY: run run: nightly_link