diff --git a/shell-completion/Makefile b/shell-completion/Makefile index 05f08df00..a84e9a28b 100644 --- a/shell-completion/Makefile +++ b/shell-completion/Makefile @@ -75,4 +75,7 @@ options-%.txt: .PHONY: clean clean: rm -f commands*.txt generic-options.txt options-*.txt + +.PHONY: clean-all +clean-all: clean rm -f hledger-completion.bash