Avoid hard-coded reference to commands.tmp

This commit is contained in:
Vladimir Zhelezov 2020-12-18 08:39:54 +01:00
parent b3f0b437a5
commit effb1be0e6

View File

@ -94,7 +94,7 @@ options-%.txt:
.PHONY: clean .PHONY: clean
clean: clean:
rm -f commands*.{txt,tmp} generic-options.txt options-*.txt rm -f $(COMMANDS_TMP) commands*.txt generic-options.txt options-*.txt
rm -f hledger-completion.bash rm -f hledger-completion.bash