aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorChantal Keller <Chantal.Keller@lri.fr>2021-05-28 19:29:08 +0200
committerChantal Keller <Chantal.Keller@lri.fr>2021-05-28 19:29:08 +0200
commit92f2a211fb112fef44f7b5b86fc70a2e5a9e639b (patch)
tree192aedec19f77f520c7db8a40f026c752015fcd7 /Makefile
parentbe486d634803e7bdfd455e58dbe3ed0968798eda (diff)
downloadsmtcoq-92f2a211fb112fef44f7b5b86fc70a2e5a9e639b.tar.gz
smtcoq-92f2a211fb112fef44f7b5b86fc70a2e5a9e639b.zip
Configure is back (due to #69)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c31aa9b..5e3b013 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
all:
- cd src && $(MAKE)
+ cd src && ./configure.sh && $(MAKE)
install: all
cd src && $(MAKE) install