Skip to content

Commit

Permalink
scripts: introduce CACHE_DIR and DCE_COMPARE_DIR
Browse files Browse the repository at this point in the history
  • Loading branch information
darwin committed Apr 11, 2017
1 parent ac635f3 commit 5659b91
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions scripts/config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,9 @@ cd "$(dirname "${BASH_SOURCE[0]}")"; cd ..
ROOT=`pwd`
PROJECT_VERSION_FILE="src/lib/devtools/version.clj"
PROJECT_FILE="project.clj"
DCE_CACHE_DIR="$ROOT/.cache/dce"
DCE_COMPARE_DIR="$ROOT/test/resources/.compiled/dead-code-compare"
CACHE_DIR="$ROOT/.cache"
DCE_CACHE_DIR="$CACHE_DIR/dce"
DCE_COMPARE_DIR="$CACHE_DIR/dce-compare"
SKIP_DCE_COMPILATION=

popd

0 comments on commit 5659b91

Please sign in to comment.