follow symlinks in bench/makefile

This commit is contained in:
Simon Cruanes 2014-11-05 20:02:38 +01:00
parent f9d4b9a00e
commit b614e743e2

View file

@ -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")