aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile11
1 files changed, 9 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 3fb491c4..c5951281 100644
--- a/Makefile
+++ b/Makefile
@@ -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/