Changeset 5 in code for trunk/Makefile


Ignore:
Timestamp:
Dec 13, 2022, 1:18:40 PM (2 years ago)
Author:
koizumi.aoi
Message:

Ready for 1.1

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Makefile

    r3 r5  
     1PREFIX=/usr/local
     2
    13build:
    24        go build
    35clean:
    46        rm -f stcli-go
     7install: build
     8        install -Dm0755 stcli-go ${PREFIX}/bin/stcli-go
     9uninstall:
     10        rm -f ${PREFIX}/bin/stcli-go
     11        rm -f ${PREFIX}/share/man/man1/stcli-go.1
Note: See TracChangeset for help on using the changeset viewer.