source:
code/trunk/Makefile@
11
Last change on this file since 11 was 11, checked in by , 2 years ago | |
---|---|
File size: 200 bytes |
Line | |
---|---|
1 | PREFIX=/usr/local |
2 | |
3 | build: |
4 | go build |
5 | strip stcli |
6 | clean: |
7 | rm -f stcli |
8 | install: |
9 | install -Dm0755 stcli ${PREFIX}/bin/stcli |
10 | uninstall: |
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.