diff options
| -rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -8,6 +8,8 @@ SBT_FLAGS ?= -Dsbt.log.noformat=true scala_jar ?= $(install_dir)/firrtl.jar scala_src := $(shell find src -type f \( -name "*.scala" -o -path "*/resources/*" \)) +build: build-scala + clean: $(MAKE) -C $(root_dir)/spec clean rm -f $(install_dir)/firrtl.jar @@ -17,8 +19,6 @@ clean: specification: $(MAKE) -C $(root_dir)/spec all -build: build-scala - regress: $(scala_jar) cd $(regress_dir) && $(install_dir)/firrtl -i rocket.fir -o rocket.v -X verilog |
