update some files

This commit is contained in:
Simon Cruanes 2016-07-22 11:30:47 +02:00
parent e251799f8e
commit 51f10d7ad5
2 changed files with 3 additions and 3 deletions

2
.gitignore vendored
View file

@ -6,5 +6,5 @@ _build/
.*.swp
.session
*.docdir
util/log.ml
src/util/log.ml
msat

View file

@ -26,10 +26,10 @@ test: bin
@/usr/bin/time -f "%e" ./tests/run mcsat
enable_log:
cd util; ln -sf log_real.ml log.ml
cd src/util; ln -sf log_real.ml log.ml
disable_log:
cd util; ln -sf log_dummy.ml log.ml
cd src/util; ln -sf log_dummy.ml log.ml
log:
cat _build/$(LOG) || true