File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,8 +7,6 @@ MINI_TEST_GIT_HASH := 5b319ef8e6b368970f51119663943f7b75385b83
77STYLUA_VERSION := $(shell grep stylua .tool-versions | awk '{ print $$2 }')
88STYLUA := $(HOME ) /.asdf/installs/stylua/$(STYLUA_VERSION ) /bin/stylua
99
10- # ACTIONS
11-
1210# Check formatting.
1311.PHONY : testmft
1412testfmt : $(STYLUA )
@@ -40,8 +38,6 @@ fmt: $(STYLUA)
4038docs : deps/lua/doc.lua
4139 $(CMD_MINI_DOC_GENERATE )
4240
43- # FILES
44-
4541deps/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
You can’t perform that action at this time.
0 commit comments