Skip to content

Commit c141cea

Browse files
committed
clean out aux files
1 parent 61d9c35 commit c141cea

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ Makefile.coq: _CoqProject
1414
coq_makefile -f _CoqProject -o Makefile.coq
1515

1616
clean:
17-
$(MAKE) -f Makefile.coq clean
17+
if [ -f Makefile.coq ]; then \
18+
$(MAKE) -f Makefile.coq cleanall; fi
1819
rm Makefile.coq
1920

2021
.PHONY: default clean quick

0 commit comments

Comments
 (0)