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