Skip to content

Commit

Permalink
chore: remove target mdlint,mdlint-fix
Browse files Browse the repository at this point in the history
Signed-off-by: kwanhur <[email protected]>
  • Loading branch information
kwanhur committed Mar 20, 2022
1 parent f82c99a commit 1bb6da1
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit 1bb6da1

Please sign in to comment.