Skip to content

Commit 4defc24

Browse files
committed
docs(makefile): remove some comments
1 parent c6ab048 commit 4defc24

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

Makefile

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ MINI_TEST_GIT_HASH := 5b319ef8e6b368970f51119663943f7b75385b83
77
STYLUA_VERSION := $(shell grep stylua .tool-versions | awk '{ print $$2 }')
88
STYLUA := $(HOME)/.asdf/installs/stylua/$(STYLUA_VERSION)/bin/stylua
99

10-
# ACTIONS
11-
1210
# Check formatting.
1311
.PHONY: testmft
1412
testfmt: $(STYLUA)
@@ -40,8 +38,6 @@ fmt: $(STYLUA)
4038
docs: deps/lua/doc.lua
4139
$(CMD_MINI_DOC_GENERATE)
4240

43-
# FILES
44-
4541
deps/lua/test.lua:
4642
@mkdir -p deps/lua
4743
curl $(ECHASNOVSKI_GH_BASE_URL)/mini.test/$(MINI_TEST_GIT_HASH)/lua/mini/test.lua -o $@
@@ -50,8 +46,6 @@ deps/lua/doc.lua:
5046
@mkdir -p deps/lua
5147
curl $(ECHASNOVSKI_GH_BASE_URL)/mini.doc/$(MINI_DOC_GIT_HASH)/lua/mini/doc.lua -o $@
5248

53-
# Install Stylua using asdf (https://asdf-vm.com/).
54-
# <https://github.com/JohnnyMorganz/StyLua>.
5549
$(STYLUA):
5650
asdf plugin add stylua
5751
asdf install stylua

0 commit comments

Comments
 (0)