diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 11 |
1 files changed, 9 insertions, 2 deletions
@@ -10,8 +10,12 @@ all-noise: all: build check done -install: - cd src/lib && unzip stanza.zip +install-linux: + cd src/lib && unzip stanza-linux.zip + cd src/lib/stanza && sudo ./stanza -platform linux -install /usr/local/bin/stanza + +install-mac: + cd src/lib && unzip stanza-mac.zip cd src/lib/stanza && sudo ./stanza -platform os-x -install /usr/local/bin/stanza build-deploy: @@ -35,6 +39,9 @@ errors: chisel3: cd $(test_dir)/chisel3 && lit -v . --path=$(root_dir)/utils/bin/ +refchip: + cd $(test_dir)/refchip && lit -v . --path=$(root_dir)/utils/bin/ + features: cd $(test_dir)/features && lit -v . --path=$(root_dir)/utils/bin/ |
