Changeset 27 in code for trunk/Makefile


Ignore:
Timestamp:
Dec 16, 2023, 11:04:17 PM (18 months ago)
Author:
yakumo.izuru
Message:

Documentation update and relicense as Beerware

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Makefile

    r20 r27  
    11PREFIX ?= /usr/local
    22
    3 GOARCH ?= amd64
    43GOFLAGS ?= -v -ldflags "-w -X `go list`.Version=${VERSION} -X `go list`.Commit=${COMMIT} -X `go list`.Build=${BUILD}" -tags "static_build"
    5 GOOS ?= linux
    64
    75BRANCH = `git rev-parse --abbrev-ref HEAD`
     
    1917        install -Dm0755 suwako ${PREFIX}/bin/suwako
    2018        install -Dm0644 suwako.1 ${PREFIX}/share/man/man1/suwako.1
     19        install -Dm0644 suwako.conf.5 ${PREFIX}/share/man/man5/suwako.conf.5
    2120uninstall:
    2221        rm -f ${PREFIX}/bin/suwako
Note: See TracChangeset for help on using the changeset viewer.