diff options
author | kylo252 <[email protected]> | 2022-01-17 13:13:34 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2022-01-17 13:13:34 +0100 |
commit | 61caf62943d04b6bded6325d6d0fa4e7fbde343f (patch) | |
tree | b7d0d61eba43d7bcc510ce32b9bffd128b289f41 /Makefile | |
parent | 626343c2de0599d1129e1e6b70d62aacc56ab000 (diff) |
refactor: remove unused outdated files (#2184)
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -37,6 +37,6 @@ style-sh: shfmt -f . | grep -v jdtls | xargs shfmt -i 2 -ci -bn -l -d test: - bash ./utils/bin/test_runner.sh "$(TEST)" + bash ./utils/ci/run_test.sh "$(TEST)" .PHONY: install install-neovim-binary uninstall lint style test |