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