diff options
| author | Pierre-Marie Pédrot | 2017-07-24 17:41:01 +0200 |
|---|---|---|
| committer | Pierre-Marie Pédrot | 2017-07-24 18:28:54 +0200 |
| commit | c25e86e6b4e8bb694d3c8e50f04a92cc33ad807d (patch) | |
| tree | 8de3b10678ad5361764fb6484539cad75e4d4464 /Makefile | |
| parent | 0bfa6d3cda461f4d09ec0bfa9781042199b1f43b (diff) | |
Turning the ltac2 subfolder into a standalone plugin.
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 12 |
1 files changed, 12 insertions, 0 deletions
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 |
