mirror of
https://github.com/c-cube/sidekick.git
synced 2025-12-07 11:45:41 -05:00
follow symlinks in bench/makefile
This commit is contained in:
parent
f9d4b9a00e
commit
b614e743e2
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@ OPTIONS :=-t 30s -s 1G
|
|||
LOGDIR := $(shell echo "logs/`git rev-parse HEAD`")
|
||||
LOGDIRE := $(shell echo "logs\/`git rev-parse HEAD`")
|
||||
INDEX := $(shell echo "$(LOGDIR)/index")
|
||||
CNF := $(shell find ./ -name "*.cnf" -type f)
|
||||
CNF := $(shell find -L ./ -name "*.cnf" -type f)
|
||||
DONE := $(addprefix $(LOGDIR)/raw/, $(CNF:.cnf=.done))
|
||||
|
||||
PROVER := $(shell echo "$(LOGDIR)/prover")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue