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)