We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b8453d commit 1c6f5deCopy full SHA for 1c6f5de
1 file changed
Makefile
@@ -16,6 +16,6 @@ Makefile.coq: _CoqProject
16
clean:
17
if [ -f Makefile.coq ]; then \
18
$(MAKE) -f Makefile.coq cleanall; fi
19
- rm Makefile.coq
+ rm -f Makefile.coq
20
21
.PHONY: default clean quick
0 commit comments