Skip to content

Commit

Permalink
Fix make uninstall to remove fish completion (#15367)
Browse files Browse the repository at this point in the history
  • Loading branch information
straight-shoota authored Jan 25, 2025
1 parent bac59ec commit 1bc54ca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,7 @@ uninstall: ## Uninstall the compiler from DESTDIR

rm -f "$(DESTDIR)$(PREFIX)/share/bash-completion/completions/crystal"
rm -f "$(DESTDIR)$(PREFIX)/share/zsh/site-functions/_crystal"
rm -f "$(DESTDIR)$(PREFIX)/share/fish/vendor_completions.d/crystal.fish"

.PHONY: install_docs
install_docs: docs ## Install docs at DESTDIR
Expand Down

0 comments on commit 1bc54ca

Please sign in to comment.