Use vanity path
Signed-off-by: Aoi K <koizumi.aoi@chaotic.ninja> git-svn-id: file:///srv/svn/repo/suwako/trunk@11 0b558ee1-521d-8b46-a41b-40029c97c055
This commit is contained in:
parent
f53dda01c9
commit
13be100b46
3
Makefile
3
Makefile
@ -2,9 +2,10 @@ PREFIX=/usr/local
|
|||||||
|
|
||||||
build:
|
build:
|
||||||
go build
|
go build
|
||||||
|
strip stcli
|
||||||
clean:
|
clean:
|
||||||
rm -f stcli
|
rm -f stcli
|
||||||
install: build
|
install:
|
||||||
install -Dm0755 stcli ${PREFIX}/bin/stcli
|
install -Dm0755 stcli ${PREFIX}/bin/stcli
|
||||||
uninstall:
|
uninstall:
|
||||||
rm -f ${PREFIX}/bin/stcli
|
rm -f ${PREFIX}/bin/stcli
|
||||||
|
Loading…
x
Reference in New Issue
Block a user