mirror of
https://github.com/c-cube/sidekick.git
synced 2025-12-09 12:45:48 -05:00
update some files
This commit is contained in:
parent
e251799f8e
commit
51f10d7ad5
2 changed files with 3 additions and 3 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -6,5 +6,5 @@ _build/
|
|||
.*.swp
|
||||
.session
|
||||
*.docdir
|
||||
util/log.ml
|
||||
src/util/log.ml
|
||||
msat
|
||||
|
|
|
|||
4
Makefile
4
Makefile
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue