source: code/trunk/Makefile@ 11

Last change on this file since 11 was 11, checked in by koizumi.aoi, 2 years ago

Use vanity path

Signed-off-by: Aoi K <koizumi.aoi@…>

File size: 200 bytes
Line 
1PREFIX=/usr/local
2
3build:
4 go build
5 strip stcli
6clean:
7 rm -f stcli
8install:
9 install -Dm0755 stcli ${PREFIX}/bin/stcli
10uninstall:
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.