diff --git a/Makefile.coq.local b/Makefile.coq.local
deleted file mode 100644
index b261de990be8a8d16d2d8e690b4bb18809ad8696..0000000000000000000000000000000000000000
--- a/Makefile.coq.local
+++ /dev/null
@@ -1,5 +0,0 @@
-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