diff options
| author | Jack | 2015-10-14 14:00:21 -0700 |
|---|---|---|
| committer | Jack | 2015-10-14 14:00:21 -0700 |
| commit | 0122af3d602608bf41df7af1703a04bb738c0531 (patch) | |
| tree | 41be5375ea2aee17c392ac883963582c5e779d74 /Makefile | |
| parent | 9b737de6551e7446dfd92d86cd009b4b2f95c980 (diff) | |
Updated Makefile and README to be more friendly to Scala implementation
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -21,12 +21,15 @@ install-mac: build-deploy: cd $(firrtl_dir) && stanza -i firrtl-main.stanza -o $(root_dir)/utils/bin/firrtl-stanza + make set-stanza build: cd $(firrtl_dir) && stanza -i firrtl-test-main.stanza -o $(root_dir)/utils/bin/firrtl-stanza + make set-stanza build-fast: cd $(firrtl_dir) && stanza -i firrtl-test-main.stanza -o $(root_dir)/utils/bin/firrtl-stanza -flags OPTIMIZE + make set-stanza check: cd $(test_dir) && lit -v . --path=$(root_dir)/utils/bin/ @@ -80,4 +83,4 @@ set-scala: set-stanza: ln -f -s $(root_dir)/utils/bin/firrtl-stanza $(root_dir)/utils/bin/firrtl -.PHONY: all install build-deploy build check clean fail succeed regress set-scala set-stanza build-scala +.PHONY: all install build-deploy build check clean fail succeed regress set-scala set-stanza build-scala test-scala |
