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

Makefile: make clean clean properly

parent 49e3e00f
No related branches found
No related tags found
No related merge requests found
...@@ -14,6 +14,7 @@ all: Makefile.coq ...@@ -14,6 +14,7 @@ all: Makefile.coq
clean: Makefile.coq clean: Makefile.coq
+@make -f Makefile.coq clean +@make -f Makefile.coq clean
find \( -name "*.v.d" -o -name "*.vo" -o -name "*.aux" -o -name "*.cache" -o -name "*.glob" -o -name "*.vio" \) -print -delete
rm -f Makefile.coq rm -f Makefile.coq
Makefile.coq: _CoqProject Makefile Makefile.coq: _CoqProject Makefile
......
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