Changeset 11 in code for trunk/Makefile


Ignore:
Timestamp:
Mar 22, 2023, 12:02:40 AM (2 years ago)
Author:
koizumi.aoi
Message:

Use vanity path

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Makefile

    r7 r11  
    33build:
    44        go build
     5        strip stcli
    56clean:
    67        rm -f stcli
    7 install: build
     8install:
    89        install -Dm0755 stcli ${PREFIX}/bin/stcli
    910uninstall:
Note: See TracChangeset for help on using the changeset viewer.