Long live Touhou

Signed-off-by: Izuru Yakumo <yakumo.izuru@chaotic.ninja>

git-svn-id: file:///srv/svn/repo/suwako/trunk@13 0b558ee1-521d-8b46-a41b-40029c97c055
This commit is contained in:
yakumo.izuru
2023-04-08 01:15:52 +00:00
parent 393a3db9bc
commit eb8fed77a3
5 changed files with 58 additions and 49 deletions

View File

@@ -10,12 +10,12 @@ COMMIT = `git rev-parse --short HEAD || echo "$COMMIT"`
VERSION = `git describe --abbrev=0 --tags 2>/dev/null || echo "$VERSION"`
build:
go build $(GOFLAGS) ./cmd/stcli
strip stcli
go build $(GOFLAGS) ./cmd/suwako
strip suwako
clean:
rm -f stcli
rm -f suwako
install:
install -Dm0755 stcli ${PREFIX}/bin/stcli
install -Dm0755 suwako ${PREFIX}/bin/suwako
uninstall:
rm -f ${PREFIX}/bin/stcli
rm -f ${PREFIX}/share/man/man1/stcli.1
rm -f ${PREFIX}/bin/suwako
rm -f ${PREFIX}/share/man/man1/suwako.1