diff --git a/Makefile b/Makefile index 6328415d4ed7..f45e3c52db8e 100644 --- a/Makefile +++ b/Makefile @@ -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