Changeset 13 in code


Ignore:
Timestamp:
Apr 8, 2023, 1:15:52 AM (2 years ago)
Author:
yakumo.izuru
Message:

Long live Touhou

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

Location:
trunk
Files:
1 added
1 deleted
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/Makefile

    r12 r13  
    1111
    1212build:
    13         go build $(GOFLAGS) ./cmd/stcli
    14         strip stcli
     13        go build $(GOFLAGS) ./cmd/suwako
     14        strip suwako
    1515clean:
    16         rm -f stcli
     16        rm -f suwako
    1717install:
    18         install -Dm0755 stcli ${PREFIX}/bin/stcli
     18        install -Dm0755 suwako ${PREFIX}/bin/suwako
    1919uninstall:
    20         rm -f ${PREFIX}/bin/stcli
    21         rm -f ${PREFIX}/share/man/man1/stcli.1
     20        rm -f ${PREFIX}/bin/suwako
     21        rm -f ${PREFIX}/share/man/man1/suwako.1
  • trunk/README

    r12 r13  
    1 stcli
     1suwako
    22=====
    33Command-line client for SimplyTranslate in Go.
  • trunk/go.mod

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