Skip to content

Commit 1c6f5de

Browse files
committed
clean action should never fail
1 parent 3b8453d commit 1c6f5de

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ Makefile.coq: _CoqProject
1616
clean:
1717
if [ -f Makefile.coq ]; then \
1818
$(MAKE) -f Makefile.coq cleanall; fi
19-
rm Makefile.coq
19+
rm -f Makefile.coq
2020

2121
.PHONY: default clean quick

0 commit comments

Comments
 (0)