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

update Makefile

parent 6aeda5e9
No related branches found
No related tags found
No related merge requests found
Pipeline #37395 failed
...@@ -15,7 +15,8 @@ phony: ; ...@@ -15,7 +15,8 @@ phony: ;
clean: Makefile.coq clean: Makefile.coq
+@$(MAKE) -f Makefile.coq clean +@$(MAKE) -f Makefile.coq clean
find theories tests exercises solutions \( -name "*.d" -o -name "*.vo" -o -name "*.vo[sk]" -o -name "*.aux" -o -name "*.cache" -o -name "*.glob" -o -name "*.vio" \) -print -delete || true @# Make sure not to enter the `_opam` folder.
find [a-z]*/ \( -name "*.d" -o -name "*.vo" -o -name "*.vo[sk]" -o -name "*.aux" -o -name "*.cache" -o -name "*.glob" -o -name "*.vio" \) -print -delete || true
rm -f Makefile.coq .lia.cache builddep/* rm -f Makefile.coq .lia.cache builddep/*
.PHONY: clean .PHONY: clean
......
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