From 1bb6da12e4d862a37b11076ad344fa6dc3bad424 Mon Sep 17 00:00:00 2001 From: kwanhur Date: Sun, 20 Mar 2022 20:49:41 +0800 Subject: [PATCH] chore: remove target mdlint,mdlint-fix Signed-off-by: kwanhur --- Makefile | 8 -------- 1 file changed, 8 deletions(-) diff --git a/Makefile b/Makefile index 6f1754f..87cb7ec 100644 --- a/Makefile +++ b/Makefile @@ -108,11 +108,3 @@ license-check: # make license-fix, fix code file's license declaration license-fix: $(LICENSEEYE) header fix - -# make mdlint -mdlint: - $(MDLINT) $(WORKROOT) - -# make mdlint-fix -mdlint-fix: - $(MDLINT) --fix $(WORKROOT)