Last change
on this file since 8 was 7, checked in by koizumi.aoi, 2 years ago |
Release v1.3:
- Rename to stcli
- Removed useless imports
- Removed a no-op function call
- Update README
Signed-off-by: Aoi K <koizumi.aoi@…>
|
File size:
192 bytes
|
Rev | Line | |
---|
[5] | 1 | PREFIX=/usr/local
|
---|
| 2 |
|
---|
[3] | 3 | build:
|
---|
| 4 | go build
|
---|
| 5 | clean:
|
---|
[7] | 6 | rm -f stcli
|
---|
[5] | 7 | install: build
|
---|
[7] | 8 | install -Dm0755 stcli ${PREFIX}/bin/stcli
|
---|
[5] | 9 | uninstall:
|
---|
[7] | 10 | rm -f ${PREFIX}/bin/stcli
|
---|
| 11 | rm -f ${PREFIX}/share/man/man1/stcli.1
|
---|
Note:
See
TracBrowser
for help on using the repository browser.