diff options
| author | Adam Izraelevitz | 2015-07-29 20:11:45 -0700 |
|---|---|---|
| committer | Adam Izraelevitz | 2015-07-29 20:11:45 -0700 |
| commit | 55b8534d68cda8b0e9a8fe0de83f557f8e393994 (patch) | |
| tree | 5d0e52d41ed8a4d87eccd7706115561eba1f4a40 /Makefile | |
| parent | c8196b0164342826b39cb91cb11266c50f50d7af (diff) | |
Added installation for linux
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: |
