Changeset 11 in code


Ignore:
Timestamp:
Mar 22, 2023, 12:02:40 AM (2 years ago)
Author:
koizumi.aoi
Message:

Use vanity path

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

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Makefile

    r7 r11  
    33build:
    44        go build
     5        strip stcli
    56clean:
    67        rm -f stcli
    7 install: build
     8install:
    89        install -Dm0755 stcli ${PREFIX}/bin/stcli
    910uninstall:
  • trunk/go.mod

    r7 r11  
    1 module gitler.moe/novaburst/stcli
     1module marisa.chaotic.ninja/stcli
    22
    33go 1.18
Note: See TracChangeset for help on using the changeset viewer.