From 13be100b46ee20f177173b624b9220369567d6cf Mon Sep 17 00:00:00 2001 From: "koizumi.aoi" Date: Wed, 22 Mar 2023 00:02:40 +0000 Subject: [PATCH] Use vanity path Signed-off-by: Aoi K git-svn-id: file:///srv/svn/repo/suwako/trunk@11 0b558ee1-521d-8b46-a41b-40029c97c055 --- Makefile | 3 ++- go.mod | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 197ac1c..c8619ac 100644 --- a/Makefile +++ b/Makefile @@ -2,9 +2,10 @@ PREFIX=/usr/local build: go build + strip stcli clean: rm -f stcli -install: build +install: install -Dm0755 stcli ${PREFIX}/bin/stcli uninstall: rm -f ${PREFIX}/bin/stcli diff --git a/go.mod b/go.mod index 67a7af8..8a1497e 100644 --- a/go.mod +++ b/go.mod @@ -1,3 +1,3 @@ -module gitler.moe/novaburst/stcli +module marisa.chaotic.ninja/stcli go 1.18