diff options
| author | azidar | 2015-07-29 20:18:11 -0700 |
|---|---|---|
| committer | azidar | 2015-07-29 20:18:11 -0700 |
| commit | d075e52e86648d345e89ae4a4c75fd3a98cc2788 (patch) | |
| tree | 36568639d2faa929b7ae19f763307856436f2a23 /Makefile | |
| parent | c442fe670afa4fc21c2c78f11a3957283a9b2391 (diff) | |
| parent | 55b8534d68cda8b0e9a8fe0de83f557f8e393994 (diff) | |
Merge branch 'master' of github.com:ucb-bar/firrtl
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 8 |
1 files changed, 6 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: |
