diff --git a/Makefile b/Makefile index e15b27a375892bda2de8b828dacc81c79e75759e..5a2a346439b83a409f5da00519400b2e3aef9594 100644 --- a/Makefile +++ b/Makefile @@ -8,7 +8,7 @@ all: Makefile.coq clean: Makefile.coq +@make -f Makefile.coq clean - find theories $$(test -d tests && echo tests) \( -name "*.v.d" -o -name "*.vo" -o -name "*.aux" -o -name "*.cache" -o -name "*.glob" -o -name "*.vio" \) -print -delete + find theories $$(test -d tests && echo tests) \( -name "*.d" -o -name "*.vo" -o -name "*.aux" -o -name "*.cache" -o -name "*.glob" -o -name "*.vio" \) -print -delete rm -f Makefile.coq .PHONY: clean diff --git a/ci b/ci index 16c8b6107119db3448b6828d3d2757888f2b2376..c3b53061d2452f7ea50766915eb40312163d155a 160000 --- a/ci +++ b/ci @@ -1 +1 @@ -Subproject commit 16c8b6107119db3448b6828d3d2757888f2b2376 +Subproject commit c3b53061d2452f7ea50766915eb40312163d155a