source:
code/trunk/Makefile@
11
Last change on this file since 11 was 11, checked in by , 2 years ago | |
---|---|
File size: 200 bytes |
Rev | Line | |
---|---|---|
[5] | 1 | PREFIX=/usr/local |
2 | ||
[3] | 3 | build: |
4 | go build | |
[11] | 5 | strip stcli |
[3] | 6 | clean: |
[7] | 7 | rm -f stcli |
[11] | 8 | install: |
[7] | 9 | install -Dm0755 stcli ${PREFIX}/bin/stcli |
[5] | 10 | uninstall: |
[7] | 11 | rm -f ${PREFIX}/bin/stcli |
12 | rm -f ${PREFIX}/share/man/man1/stcli.1 |
Note:
See TracBrowser
for help on using the repository browser.