From c25e86e6b4e8bb694d3c8e50f04a92cc33ad807d Mon Sep 17 00:00:00 2001 From: Pierre-Marie Pédrot Date: Mon, 24 Jul 2017 17:41:01 +0200 Subject: Turning the ltac2 subfolder into a standalone plugin. --- Makefile | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 Makefile (limited to 'Makefile') diff --git a/Makefile b/Makefile new file mode 100644 index 0000000000..cfdeeba747 --- /dev/null +++ b/Makefile @@ -0,0 +1,12 @@ +all: Makefile.coq + $(MAKE) -f Makefile.coq + +install: all + $(MAKE) -f Makefile.coq install + +clean: Makefile.coq + $(MAKE) -f Makefile.coq clean + rm -f Makefile.coq + +Makefile.coq: _CoqProject + $(COQBIN)/coq_makefile -f _CoqProject -o Makefile.coq -- cgit v1.2.3