We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8113b27 commit 6c633a2Copy full SHA for 6c633a2
1 file changed
Makefile
@@ -1,3 +1,3 @@
1
install:
2
- rm -- "$${HOME}/Library/Application Support/Sublime Text 3/Installed Packages/SublimeLinter-golangcilint.sublime-package" 2>/dev/null
3
- zip -r9v "$${HOME}/Library/Application Support/Sublime Text 3/Installed Packages/SublimeLinter-golangcilint.sublime-package" LICENSE.md linter.py messages messages.json README.md screenshot.png
+ rm -f -v "$${HOME}/Library/Application Support/Sublime Text/Installed Packages/SublimeLinter-golangcilint.sublime-package" 2>/dev/null
+ zip -r9v "$${HOME}/Library/Application Support/Sublime Text/Installed Packages/SublimeLinter-golangcilint.sublime-package" LICENSE.md linter.py messages messages.json README.md screenshot.png
0 commit comments