summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index f70caefa4..fc92ecc37 100644
--- a/Makefile
+++ b/Makefile
@@ -23,6 +23,5 @@ submission:
./configure competition
$(MAKE)
mkdir -p cvc4-smtcomp-2010
- cp -p $(top_builddir)/bin/cvc4 cvc4-smtcomp-2010/cvc4
- cp -p contrib/run-smtcomp cvc4-smtcomp-2010/run
+ cp -p $(top_builddir)/bin/cvc4 cvc4-smtcomp-2010/run
tar cfz cvc4-smtcomp-2010.tgz cvc4-smtcomp-2010
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback