diff options
| -rw-r--r-- | Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -1,10 +1,13 @@ +# Retain all intermediate files. +.SECONDARY: + SBT ?= sbt SBT_FLAGS ?= -Dsbt.log.noformat=true CHISEL_VERSION = $(shell "$(SBT)" $(SBT_FLAGS) "show version" | tail -n 1 | cut -d ' ' -f 2) SRC_DIR ?= . -CHISEL_BIN ?= $(SRC_DIR)/bin +CHISEL_BIN ?= $(abspath $(SRC_DIR)/bin) export CHISEL_BIN #$(info Build Chisel $(CHISEL_VERSION)) |
