aboutsummaryrefslogtreecommitdiffstats
path: root/INSTALL.md
diff options
context:
space:
mode:
authorChantal Keller <Chantal.Keller@lri.fr>2021-05-28 18:41:30 +0200
committerChantal Keller <Chantal.Keller@lri.fr>2021-05-28 18:41:30 +0200
commitb40fefbb52afbc7deaa0b591d155bf2e84d0afba (patch)
tree7540e8c3b3c98979201c5110df37a9c47bbf20c8 /INSTALL.md
parente12110637730d067c216abcc86185b761189b342 (diff)
downloadsmtcoq-b40fefbb52afbc7deaa0b591d155bf2e84d0afba.tar.gz
smtcoq-b40fefbb52afbc7deaa0b591d155bf2e84d0afba.zip
Add Makefile
Diffstat (limited to 'INSTALL.md')
-rw-r--r--INSTALL.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/INSTALL.md b/INSTALL.md
index 90b5cf5..940b2d5 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -133,7 +133,6 @@ but you might need to install some extra packages and libraries for your system
Compile and install SMTCoq by using the following commands in the src directory.
```bash
-coq_makefile -f _CoqProject -o Makefile
make
make install
```