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

delete unnecessary Makefile.coq.local; update .gitignore

parent c8d58d4c
No related branches found
No related tags found
No related merge requests found
*.vo
*.vio
*.v.d
.coqdeps.d
*.glob
*.cache
*.aux
......
uninstall::
@# This makes sure we also delete stale files in the destination directory
$(HIDE)df="$(COQLIBINSTALL)/`$(COQMKFILE) -destination-of "theories/base.v" $(COQLIBS)`" &&\
echo "RM in $$df" &&\
if [ -d "$$df" ]; then find "$$df" \( -name "*.vo" -o -name "*.v" -o -name "*.glob" -o \( -type d -empty \) \) -print -delete; fi
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