From 688d32877e3b0c9f1776196849911867c9cdd055 Mon Sep 17 00:00:00 2001 From: Ralf Jung Date: Sun, 6 Jul 2014 12:26:27 +0200 Subject: [PATCH] add makefile to coq-ho --- Makefile | 242 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 242 insertions(+) create mode 100644 Makefile diff --git a/Makefile b/Makefile new file mode 100644 index 00000000..28798520 --- /dev/null +++ b/Makefile @@ -0,0 +1,242 @@ +############################################################################# +## v # The Coq Proof Assistant ## +## "$@" || ( RV=$$?; rm -f "$@"; exit $${RV} ) + +%.v.beautified: + $(COQC) $(COQDEBUG) $(COQFLAGS) -beautify $* + +# WARNING +# +# This Makefile has been automagically generated +# Edit at your own risks ! +# +# END OF WARNING + -- GitLab