Changeset 13 in code for trunk/Makefile


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@…>

File:
1 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
Note: See TracChangeset for help on using the changeset viewer.