Skip to content
Snippets Groups Projects
Commit f6ba55cd authored by Ralf Jung's avatar Ralf Jung
Browse files

update CI for opam 2

parent 1849f987
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
Subproject commit 16c8b6107119db3448b6828d3d2757888f2b2376
Subproject commit c3b53061d2452f7ea50766915eb40312163d155a
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment