Changeset 20 in code for trunk/Makefile


Ignore:
Timestamp:
Oct 6, 2023, 3:25:39 AM (20 months ago)
Author:
yakumo.izuru
Message:

feat: remove suwako-mozhi, actually bother to fix the main thing

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Makefile

    r18 r20  
    1010VERSION = `git describe --abbrev=0 --tags 2>/dev/null || echo "$VERSION"`
    1111
    12 all: suwako suwako-mozhi
     12all: suwako
    1313
    1414suwako:
    1515        go build ${GOFLAGS} ./cmd/suwako
    16 suwako-mozhi:
    17         go build ${GOFLAGS} ./cmd/suwako-mozhi
    1816clean:
    19         rm -f suwako suwako-mozhi
     17        rm -f suwako
    2018install:
    2119        install -Dm0755 suwako ${PREFIX}/bin/suwako
    22         install -Dm0755 suwako-mozhi ${PREFIX}/bin/suwako-mozhi
    2320        install -Dm0644 suwako.1 ${PREFIX}/share/man/man1/suwako.1
    2421uninstall:
    2522        rm -f ${PREFIX}/bin/suwako
    26         rm -f ${PREFIX}/bin/suwako-mozhi
    2723        rm -f ${PREFIX}/share/man/man1/suwako.1
Note: See TracChangeset for help on using the changeset viewer.