aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 1f2879cd..5f042969 100644
--- a/Makefile
+++ b/Makefile
@@ -259,6 +259,7 @@ ifeq ($(INSTALL_COQDEV),true)
install -d $(COQDEVDIR)/$$d && \
install -m 0644 $$d/*.vo $(COQDEVDIR)/$$d/; \
done
+ install -m 0644 ./VERSION $(COQDEVDIR)
@(echo "To use, pass the following to coq_makefile or add the following to _CoqProject:"; echo "-R $(COQDEVDIR) compcert") > $(COQDEVDIR)/README
endif