Release v1.3:
* Rename to stcli * Removed useless imports * Removed a no-op function call * Update README Signed-off-by: Aoi K <koizumi.aoi@kyoko-project.wer.ee> git-svn-id: file:///srv/svn/repo/suwako/trunk@7 0b558ee1-521d-8b46-a41b-40029c97c055
This commit is contained in:
8
Makefile
8
Makefile
@@ -3,9 +3,9 @@ PREFIX=/usr/local
|
||||
build:
|
||||
go build
|
||||
clean:
|
||||
rm -f stcli-go
|
||||
rm -f stcli
|
||||
install: build
|
||||
install -Dm0755 stcli-go ${PREFIX}/bin/stcli-go
|
||||
install -Dm0755 stcli ${PREFIX}/bin/stcli
|
||||
uninstall:
|
||||
rm -f ${PREFIX}/bin/stcli-go
|
||||
rm -f ${PREFIX}/share/man/man1/stcli-go.1
|
||||
rm -f ${PREFIX}/bin/stcli
|
||||
rm -f ${PREFIX}/share/man/man1/stcli.1
|
||||
|
||||
Reference in New Issue
Block a user