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 .*.swp
.session .session
*.docdir *.docdir
util/log.ml src/util/log.ml
msat msat

View file

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