Avoid hard-coded reference to commands.tmp
This commit is contained in:
parent
b3f0b437a5
commit
effb1be0e6
@ -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
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user