aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
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 /Makefile
parente12110637730d067c216abcc86185b761189b342 (diff)
downloadsmtcoq-b40fefbb52afbc7deaa0b591d155bf2e84d0afba.tar.gz
smtcoq-b40fefbb52afbc7deaa0b591d155bf2e84d0afba.zip
Add Makefile
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c8be8bf..c31aa9b 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
all:
- cd src && coq_makefile -f _CoqProject -o Makefile && $(MAKE)
+ cd src && $(MAKE)
install: all
cd src && $(MAKE) install